Html Css Color HEX #B9BA32 Earls Green

📋 copy color: '#B9BA32'

red 185 ◦ green 186 ◦ blue 50

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

Shades of Earls Green #B9BA32

Tints of Earls Green #B9BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.18%

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

R = 43.94%
G = 44.18%
B = 11.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B9BA32 (or 0xB9BA32) is known color: Earls Green. HEX triplet: B9, BA and 32. RGB value is (185,186,50). Sum of RGB (Red+Green+Blue) = 185+186+50=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA32 is #4645CD. Grayscale: #AAAAAA. Windows color (decimal): -4605390 or 3324601. OLE color: 3324601.

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

Color convert

RGB 185 186 50 -
CMYK 0.01 0 0.73 0.27
HSL 60.44º 0.58% 0.46% -
HSV(B) 60.44º 0.73% 0.73% -
XYZ 38.14 45.66 9.82 -
YUV 170.2 60.17 138.56 -
System Red Green Blue C M Y K H S L
Decimal 185 186 50 0.01 0 0.73 0.27 60.44 0.58 0.46
Hex B9 BA 32 1 0 49 1B 3C 3A 2E
Octal 271 272 62 1 0 111 33 74 72 56
Binary 10111001 10111010 110010 1 0 1001001 11011 111100 111010 101110

Color Harmonies of #B9BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA32

Black with #B9BA32

Text Example


Text Example

White with #B9BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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