Html Css Color HEX #BDB829 Earls Green

📋 copy color: '#BDB829'

red 189 ◦ green 184 ◦ blue 41

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

Shades of Earls Green #BDB829

Tints of Earls Green #BDB829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.44%

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

R = 45.65%
G = 44.44%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDB829 (or 0xBDB829) is known color: Earls Green. HEX triplet: BD, B8 and 29. RGB value is (189,184,41). Sum of RGB (Red+Green+Blue) = 189+184+41=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB829 is #4247D6. Grayscale: #A9A9A9. Windows color (decimal): -4343767 or 2734269. OLE color: 2734269.

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

Color convert

RGB 189 184 41 -
CMYK 0 0.03 0.78 0.26
HSL 57.97º 0.64% 0.45% -
HSV(B) 57.97º 0.78% 0.74% -
XYZ 38.53 45.26 8.8 -
YUV 169.19 55.66 142.13 -
System Red Green Blue C M Y K H S L
Decimal 189 184 41 0 0.03 0.78 0.26 57.97 0.64 0.45
Hex BD B8 29 0 3 4E 1A 3A 40 2D
Octal 275 270 51 0 3 116 32 72 100 55
Binary 10111101 10111000 101001 0 11 1001110 11010 111010 1000000 101101

Color Harmonies of #BDB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB829

Black with #BDB829

Text Example


Text Example

White with #BDB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB829; }

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

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

background-color css

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

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

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

border-color css

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

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

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