Html Css Color HEX #B9A227 Earls Green

📋 copy color: '#B9A227'

red 185 ◦ green 162 ◦ blue 39

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

Shades of Earls Green #B9A227

Tints of Earls Green #B9A227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.1%

R = 47.93%
G = 41.97%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B9A227 (or 0xB9A227) is known color: Earls Green. HEX triplet: B9, A2 and 27. RGB value is (185,162,39). Sum of RGB (Red+Green+Blue) = 185+162+39=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A227 is #465DD8. Grayscale: #9B9B9B. Windows color (decimal): -4611545 or 2597561. OLE color: 2597561.

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

Color convert

RGB 185 162 39 -
CMYK 0 0.12 0.79 0.27
HSL 50.55º 0.65% 0.44% -
HSV(B) 50.55º 0.79% 0.73% -
XYZ 33.29 36.3 7.17 -
YUV 154.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 185 162 39 0 0.12 0.79 0.27 50.55 0.65 0.44
Hex B9 A2 27 0 C 4F 1B 33 41 2C
Octal 271 242 47 0 14 117 33 63 101 54
Binary 10111001 10100010 100111 0 1100 1001111 11011 110011 1000001 101100

Color Harmonies of #B9A227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A227

Black with #B9A227

Text Example


Text Example

White with #B9A227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A227; }

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

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

background-color css

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

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

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

border-color css

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

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

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