Html Css Color HEX #B9B225 Earls Green

📋 copy color: '#B9B225'

red 185 ◦ green 178 ◦ blue 37

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

Shades of Earls Green #B9B225

Tints of Earls Green #B9B225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.25%

R = 46.25%
G = 44.5%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B9B225 (or 0xB9B225) is known color: Earls Green. HEX triplet: B9, B2 and 25. RGB value is (185,178,37). Sum of RGB (Red+Green+Blue) = 185+178+37=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B225 is #464DDA. Grayscale: #A4A4A4. Windows color (decimal): -4607451 or 2470585. OLE color: 2470585.

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

Color convert

RGB 185 178 37 -
CMYK 0 0.04 0.80 0.27
HSL 57.16º 0.67% 0.44% -
HSV(B) 57.16º 0.8% 0.73% -
XYZ 36.26 42.29 8 -
YUV 164.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 185 178 37 0 0.04 0.80 0.27 57.16 0.67 0.44
Hex B9 B2 25 0 4 50 1B 39 43 2C
Octal 271 262 45 0 4 120 33 71 103 54
Binary 10111001 10110010 100101 0 100 1010000 11011 111001 1000011 101100

Color Harmonies of #B9B225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B225

Black with #B9B225

Text Example


Text Example

White with #B9B225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B225; }

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

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

background-color css

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

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

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

border-color css

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

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

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