Html Css Color HEX #BDB033 Earls Green

📋 copy color: '#BDB033'

red 189 ◦ green 176 ◦ blue 51

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

Shades of Earls Green #BDB033

Tints of Earls Green #BDB033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.26%

R = 45.43%
G = 42.31%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BDB033 (or 0xBDB033) is known color: Earls Green. HEX triplet: BD, B0 and 33. RGB value is (189,176,51). Sum of RGB (Red+Green+Blue) = 189+176+51=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB033 is #424FCC. Grayscale: #A6A6A6. Windows color (decimal): -4345805 or 3387581. OLE color: 3387581.

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

Color convert

RGB 189 176 51 -
CMYK 0 0.07 0.73 0.26
HSL 54.35º 0.58% 0.47% -
HSV(B) 54.35º 0.73% 0.74% -
XYZ 37.11 42.11 9.3 -
YUV 165.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 189 176 51 0 0.07 0.73 0.26 54.35 0.58 0.47
Hex BD B0 33 0 7 49 1A 36 3A 2F
Octal 275 260 63 0 7 111 32 66 72 57
Binary 10111101 10110000 110011 0 111 1001001 11010 110110 111010 101111

Color Harmonies of #BDB033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB033

Black with #BDB033

Text Example


Text Example

White with #BDB033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB033; }

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

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

background-color css

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

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

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

border-color css

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

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

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