Html Css Color HEX #B9B232 Earls Green

📋 copy color: '#B9B232'

red 185 ◦ green 178 ◦ blue 50

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

Shades of Earls Green #B9B232

Tints of Earls Green #B9B232

RGB

 RED value IS 185 (72.66% from 255) = 44.79%

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

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

R = 44.79%
G = 43.1%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B9B232 (or 0xB9B232) is known color: Earls Green. HEX triplet: B9, B2 and 32. RGB value is (185,178,50). Sum of RGB (Red+Green+Blue) = 185+178+50=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B232 is #464DCD. Grayscale: #A6A6A6. Windows color (decimal): -4607438 or 3322553. OLE color: 3322553.

HSL color Cylindrical-coordinate representation of color #B9B232: hue angle of 56.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9B232 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 178 50 -
CMYK 0 0.04 0.73 0.27
HSL 56.89º 0.57% 0.46% -
HSV(B) 56.89º 0.73% 0.73% -
XYZ 36.5 42.39 9.27 -
YUV 165.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 185 178 50 0 0.04 0.73 0.27 56.89 0.57 0.46
Hex B9 B2 32 0 4 49 1B 39 39 2E
Octal 271 262 62 0 4 111 33 71 71 56
Binary 10111001 10110010 110010 0 100 1001001 11011 111001 111001 101110

Color Harmonies of #B9B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B232

Black with #B9B232

Text Example


Text Example

White with #B9B232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B232; }

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

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

background-color css

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

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

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

border-color css

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

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

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