Html Css Color HEX #B9A228 Earls Green

📋 copy color: '#B9A228'

red 185 ◦ green 162 ◦ blue 40

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

Shades of Earls Green #B9A228

Tints of Earls Green #B9A228

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

 BLUE value IS 40 (16.02% from 255) = 10.34%

R = 47.8%
G = 41.86%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B9A228 (or 0xB9A228) is known color: Earls Green. HEX triplet: B9, A2 and 28. RGB value is (185,162,40). Sum of RGB (Red+Green+Blue) = 185+162+40=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A228 is #465DD7. Grayscale: #9B9B9B. Windows color (decimal): -4611544 or 2663097. OLE color: 2663097.

HSL color Cylindrical-coordinate representation of color #B9A228: hue angle of 50.48º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9A228 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 40 -
CMYK 0 0.12 0.78 0.27
HSL 50.48º 0.64% 0.44% -
HSV(B) 50.48º 0.78% 0.73% -
XYZ 33.31 36.31 7.26 -
YUV 154.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 185 162 40 0 0.12 0.78 0.27 50.48 0.64 0.44
Hex B9 A2 28 0 C 4E 1B 32 40 2C
Octal 271 242 50 0 14 116 33 62 100 54
Binary 10111001 10100010 101000 0 1100 1001110 11011 110010 1000000 101100

Color Harmonies of #B9A228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A228

Black with #B9A228

Text Example


Text Example

White with #B9A228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A228; }

 p { color: rgb(185,162,40); }

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

background-color css

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

 a { background-color: rgb(185,162,40); }

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

border-color css

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

 span { border-color: rgb(185,162,40); }

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