Html Css Color HEX #BDA729 Earls Green

📋 copy color: '#BDA729'

red 189 ◦ green 167 ◦ blue 41

#BDA729
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BDA729

Tints of Earls Green #BDA729

RGB

 RED value IS 189 (74.22% from 255) = 47.61%

 GREEN value IS 167 (65.63% from 255) = 42.07%

 BLUE value IS 41 (16.41% from 255) = 10.33%

R = 47.61%
G = 42.07%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDA729 (or 0xBDA729) is known color: Earls Green. HEX triplet: BD, A7 and 29. RGB value is (189,167,41). Sum of RGB (Red+Green+Blue) = 189+167+41=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA729 is #4258D6. Grayscale: #9F9F9F. Windows color (decimal): -4348119 or 2729917. OLE color: 2729917.

HSL color Cylindrical-coordinate representation of color #BDA729: hue angle of 51.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDA729 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 41 -
CMYK 0 0.12 0.78 0.26
HSL 51.08º 0.64% 0.45% -
HSV(B) 51.08º 0.78% 0.74% -
XYZ 35.21 38.62 7.7 -
YUV 159.21 61.29 149.25 -
System Red Green Blue C M Y K H S L
Decimal 189 167 41 0 0.12 0.78 0.26 51.08 0.64 0.45
Hex BD A7 29 0 C 4E 1A 33 40 2D
Octal 275 247 51 0 14 116 32 63 100 55
Binary 10111101 10100111 101001 0 1100 1001110 11010 110011 1000000 101101

Color Harmonies of #BDA729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA729

Black with #BDA729

Text Example


Text Example

White with #BDA729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA729; }

 p { color: rgb(189,167,41); }

 H1.HeaderClassName
 {
   color: #BDA729;
 }
 .AnyTagClassName
 {
   color: #BDA729;
 }
</style>

background-color css

<style>
 a { background-color: #BDA729; }

 a { background-color: rgb(189,167,41); }

 div.DivClassName
 {
   background-color: #BDA729;
 }
 .BgClassName
 {
   background-color: #BDA729;
 }
</style>

border-color css

<style>
 span { border-color: #BDA729; }

 span { border-color: rgb(189,167,41); }

 td.TdClassName
 {
   border-color: #BDA729;
 }
 .TagClassName
 {
   border-color: #BDA729;
 }
</style>