Html Css Color HEX #B9B032 Earls Green

📋 copy color: '#B9B032'

red 185 ◦ green 176 ◦ blue 50

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

Shades of Earls Green #B9B032

Tints of Earls Green #B9B032

RGB

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

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

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

R = 45.01%
G = 42.82%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B9B032 (or 0xB9B032) is known color: Earls Green. HEX triplet: B9, B0 and 32. RGB value is (185,176,50). Sum of RGB (Red+Green+Blue) = 185+176+50=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B032 is #464FCD. Grayscale: #A4A4A4. Windows color (decimal): -4607950 or 3322041. OLE color: 3322041.

HSL color Cylindrical-coordinate representation of color #B9B032: hue angle of 56º 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 #B9B032 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 176 50 -
CMYK 0 0.05 0.73 0.27
HSL 56º 0.57% 0.46% -
HSV(B) 56º 0.73% 0.73% -
XYZ 36.11 41.6 9.14 -
YUV 164.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 185 176 50 0 0.05 0.73 0.27 56 0.57 0.46
Hex B9 B0 32 0 5 49 1B 38 39 2E
Octal 271 260 62 0 5 111 33 70 71 56
Binary 10111001 10110000 110010 0 101 1001001 11011 111000 111001 101110

Color Harmonies of #B9B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B032

Black with #B9B032

Text Example


Text Example

White with #B9B032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B032; }

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

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

background-color css

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

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

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

border-color css

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

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

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