Html Css Color HEX #BDB629 Earls Green

📋 copy color: '#BDB629'

red 189 ◦ green 182 ◦ blue 41

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

Shades of Earls Green #BDB629

Tints of Earls Green #BDB629

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.17%

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

R = 45.87%
G = 44.17%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDB629 (or 0xBDB629) is known color: Earls Green. HEX triplet: BD, B6 and 29. RGB value is (189,182,41). Sum of RGB (Red+Green+Blue) = 189+182+41=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB629 is #4249D6. Grayscale: #A8A8A8. Windows color (decimal): -4344279 or 2733757. OLE color: 2733757.

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

Color convert

RGB 189 182 41 -
CMYK 0 0.04 0.78 0.26
HSL 57.16º 0.64% 0.45% -
HSV(B) 57.16º 0.78% 0.74% -
XYZ 38.11 44.43 8.67 -
YUV 168.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 189 182 41 0 0.04 0.78 0.26 57.16 0.64 0.45
Hex BD B6 29 0 4 4E 1A 39 40 2D
Octal 275 266 51 0 4 116 32 71 100 55
Binary 10111101 10110110 101001 0 100 1001110 11010 111001 1000000 101101

Color Harmonies of #BDB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB629

Black with #BDB629

Text Example


Text Example

White with #BDB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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