Html Css Color HEX #B9B732 Earls Green

📋 copy color: '#B9B732'

red 185 ◦ green 183 ◦ blue 50

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

Shades of Earls Green #B9B732

Tints of Earls Green #B9B732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.78%

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

R = 44.26%
G = 43.78%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B9B732 (or 0xB9B732) is known color: Earls Green. HEX triplet: B9, B7 and 32. RGB value is (185,183,50). Sum of RGB (Red+Green+Blue) = 185+183+50=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B732 is #4648CD. Grayscale: #A8A8A8. Windows color (decimal): -4606158 or 3323833. OLE color: 3323833.

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

Color convert

RGB 185 183 50 -
CMYK 0 0.01 0.73 0.27
HSL 59.11º 0.57% 0.46% -
HSV(B) 59.11º 0.73% 0.73% -
XYZ 37.52 44.41 9.61 -
YUV 168.44 61.16 139.81 -
System Red Green Blue C M Y K H S L
Decimal 185 183 50 0 0.01 0.73 0.27 59.11 0.57 0.46
Hex B9 B7 32 0 1 49 1B 3B 39 2E
Octal 271 267 62 0 1 111 33 73 71 56
Binary 10111001 10110111 110010 0 1 1001001 11011 111011 111001 101110

Color Harmonies of #B9B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B732

Black with #B9B732

Text Example


Text Example

White with #B9B732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B732; }

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

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

background-color css

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

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

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

border-color css

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

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

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