Html Css Color HEX #B9A22C Earls Green

📋 copy color: '#B9A22C'

red 185 ◦ green 162 ◦ blue 44

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

Shades of Earls Green #B9A22C

Tints of Earls Green #B9A22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.25%

R = 47.31%
G = 41.43%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9A22C (or 0xB9A22C) is known color: Earls Green. HEX triplet: B9, A2 and 2C. RGB value is (185,162,44). Sum of RGB (Red+Green+Blue) = 185+162+44=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A22C is #465DD3. Grayscale: #9B9B9B. Windows color (decimal): -4611540 or 2925241. OLE color: 2925241.

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

Color convert

RGB 185 162 44 -
CMYK 0 0.12 0.76 0.27
HSL 50.21º 0.62% 0.45% -
HSV(B) 50.21º 0.76% 0.73% -
XYZ 33.38 36.34 7.64 -
YUV 155.43 65.12 149.09 -
System Red Green Blue C M Y K H S L
Decimal 185 162 44 0 0.12 0.76 0.27 50.21 0.62 0.45
Hex B9 A2 2C 0 C 4C 1B 32 3E 2D
Octal 271 242 54 0 14 114 33 62 76 55
Binary 10111001 10100010 101100 0 1100 1001100 11011 110010 111110 101101

Color Harmonies of #B9A22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A22C

Black with #B9A22C

Text Example


Text Example

White with #B9A22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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