Html Css Color HEX #B9AC2A Earls Green

📋 copy color: '#B9AC2A'

red 185 ◦ green 172 ◦ blue 42

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

Shades of Earls Green #B9AC2A

Tints of Earls Green #B9AC2A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.11%

 BLUE value IS 42 (16.8% from 255) = 10.53%

R = 46.37%
G = 43.11%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9AC2A (or 0xB9AC2A) is known color: Earls Green. HEX triplet: B9, AC and 2A. RGB value is (185,172,42). Sum of RGB (Red+Green+Blue) = 185+172+42=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC2A is #4653D5. Grayscale: #A1A1A1. Windows color (decimal): -4608982 or 2796729. OLE color: 2796729.

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

Color convert

RGB 185 172 42 -
CMYK 0 0.07 0.77 0.27
HSL 54.55º 0.63% 0.45% -
HSV(B) 54.55º 0.77% 0.73% -
XYZ 35.18 39.99 8.05 -
YUV 161.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 185 172 42 0 0.07 0.77 0.27 54.55 0.63 0.45
Hex B9 AC 2A 0 7 4D 1B 37 3F 2D
Octal 271 254 52 0 7 115 33 67 77 55
Binary 10111001 10101100 101010 0 111 1001101 11011 110111 111111 101101

Color Harmonies of #B9AC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC2A

Black with #B9AC2A

Text Example


Text Example

White with #B9AC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC2A; }

 p { color: rgb(185,172,42); }

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

background-color css

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

 a { background-color: rgb(185,172,42); }

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

border-color css

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

 span { border-color: rgb(185,172,42); }

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