Html Css Color HEX #BDB929 Earls Green

📋 copy color: '#BDB929'

red 189 ◦ green 185 ◦ blue 41

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

Shades of Earls Green #BDB929

Tints of Earls Green #BDB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.58%

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

R = 45.54%
G = 44.58%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDB929 (or 0xBDB929) is known color: Earls Green. HEX triplet: BD, B9 and 29. RGB value is (189,185,41). Sum of RGB (Red+Green+Blue) = 189+185+41=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB929 is #4246D6. Grayscale: #AAAAAA. Windows color (decimal): -4343511 or 2734525. OLE color: 2734525.

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

Color convert

RGB 189 185 41 -
CMYK 0 0.02 0.78 0.26
HSL 58.38º 0.64% 0.45% -
HSV(B) 58.38º 0.78% 0.74% -
XYZ 38.74 45.68 8.87 -
YUV 169.78 55.33 141.71 -
System Red Green Blue C M Y K H S L
Decimal 189 185 41 0 0.02 0.78 0.26 58.38 0.64 0.45
Hex BD B9 29 0 2 4E 1A 3A 40 2D
Octal 275 271 51 0 2 116 32 72 100 55
Binary 10111101 10111001 101001 0 10 1001110 11010 111010 1000000 101101

Color Harmonies of #BDB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB929

Black with #BDB929

Text Example


Text Example

White with #BDB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB929; }

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

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

background-color css

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

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

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

border-color css

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

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

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