Html Css Color HEX #BDB129 Earls Green

📋 copy color: '#BDB129'

red 189 ◦ green 177 ◦ blue 41

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

Shades of Earls Green #BDB129

Tints of Earls Green #BDB129

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.49%

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

R = 46.44%
G = 43.49%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDB129 (or 0xBDB129) is known color: Earls Green. HEX triplet: BD, B1 and 29. RGB value is (189,177,41). Sum of RGB (Red+Green+Blue) = 189+177+41=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB129 is #424ED6. Grayscale: #A5A5A5. Windows color (decimal): -4345559 or 2732477. OLE color: 2732477.

HSL color Cylindrical-coordinate representation of color #BDB129: hue angle of 55.14º 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 #BDB129 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 41 -
CMYK 0 0.06 0.78 0.26
HSL 55.14º 0.64% 0.45% -
HSV(B) 55.14º 0.78% 0.74% -
XYZ 37.11 42.42 8.33 -
YUV 165.08 57.98 145.06 -
System Red Green Blue C M Y K H S L
Decimal 189 177 41 0 0.06 0.78 0.26 55.14 0.64 0.45
Hex BD B1 29 0 6 4E 1A 37 40 2D
Octal 275 261 51 0 6 116 32 67 100 55
Binary 10111101 10110001 101001 0 110 1001110 11010 110111 1000000 101101

Color Harmonies of #BDB129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB129

Black with #BDB129

Text Example


Text Example

White with #BDB129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB129; }

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

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

background-color css

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

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

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

border-color css

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

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

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