Html Css Color HEX #BDB232 Earls Green

📋 copy color: '#BDB232'

red 189 ◦ green 178 ◦ blue 50

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

Shades of Earls Green #BDB232

Tints of Earls Green #BDB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.69%

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

R = 45.32%
G = 42.69%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDB232 (or 0xBDB232) is known color: Earls Green. HEX triplet: BD, B2 and 32. RGB value is (189,178,50). Sum of RGB (Red+Green+Blue) = 189+178+50=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB232 is #424DCD. Grayscale: #A7A7A7. Windows color (decimal): -4345294 or 3322557. OLE color: 3322557.

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

Color convert

RGB 189 178 50 -
CMYK 0 0.06 0.74 0.26
HSL 55.25º 0.58% 0.47% -
HSV(B) 55.25º 0.74% 0.74% -
XYZ 37.48 42.89 9.32 -
YUV 166.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 189 178 50 0 0.06 0.74 0.26 55.25 0.58 0.47
Hex BD B2 32 0 6 4A 1A 37 3A 2F
Octal 275 262 62 0 6 112 32 67 72 57
Binary 10111101 10110010 110010 0 110 1001010 11010 110111 111010 101111

Color Harmonies of #BDB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB232

Black with #BDB232

Text Example


Text Example

White with #BDB232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB232; }

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

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

background-color css

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

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

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

border-color css

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

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

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