Html Css Color HEX #BDB032 Earls Green

📋 copy color: '#BDB032'

red 189 ◦ green 176 ◦ blue 50

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

Shades of Earls Green #BDB032

Tints of Earls Green #BDB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

 BLUE value IS 50 (19.92% from 255) = 12.05%

R = 45.54%
G = 42.41%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDB032 (or 0xBDB032) is known color: Earls Green. HEX triplet: BD, B0 and 32. RGB value is (189,176,50). Sum of RGB (Red+Green+Blue) = 189+176+50=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB032 is #424FCD. Grayscale: #A6A6A6. Windows color (decimal): -4345806 or 3322045. OLE color: 3322045.

HSL color Cylindrical-coordinate representation of color #BDB032: hue angle of 54.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDB032 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 50 -
CMYK 0 0.07 0.74 0.26
HSL 54.39º 0.58% 0.47% -
HSV(B) 54.39º 0.74% 0.74% -
XYZ 37.09 42.1 9.19 -
YUV 165.52 62.81 144.75 -
System Red Green Blue C M Y K H S L
Decimal 189 176 50 0 0.07 0.74 0.26 54.39 0.58 0.47
Hex BD B0 32 0 7 4A 1A 36 3A 2F
Octal 275 260 62 0 7 112 32 66 72 57
Binary 10111101 10110000 110010 0 111 1001010 11010 110110 111010 101111

Color Harmonies of #BDB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB032

Black with #BDB032

Text Example


Text Example

White with #BDB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB032; }

 p { color: rgb(189,176,50); }

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

background-color css

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

 a { background-color: rgb(189,176,50); }

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

border-color css

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

 span { border-color: rgb(189,176,50); }

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