Html Css Color HEX #B9AC1E Earls Green

📋 copy color: '#B9AC1E'

red 185 ◦ green 172 ◦ blue 30

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

Shades of Earls Green #B9AC1E

Tints of Earls Green #B9AC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.75%

R = 47.8%
G = 44.44%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9AC1E (or 0xB9AC1E) is known color: Earls Green. HEX triplet: B9, AC and 1E. RGB value is (185,172,30). Sum of RGB (Red+Green+Blue) = 185+172+30=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC1E is #4653E1. Grayscale: #A0A0A0. Windows color (decimal): -4608994 or 2010297. OLE color: 2010297.

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

Color convert

RGB 185 172 30 -
CMYK 0 0.07 0.84 0.27
HSL 54.97º 0.72% 0.42% -
HSV(B) 54.97º 0.84% 0.73% -
XYZ 34.99 39.91 7.09 -
YUV 159.7 54.81 146.05 -
System Red Green Blue C M Y K H S L
Decimal 185 172 30 0 0.07 0.84 0.27 54.97 0.72 0.42
Hex B9 AC 1E 0 7 54 1B 37 48 2A
Octal 271 254 36 0 7 124 33 67 110 52
Binary 10111001 10101100 11110 0 111 1010100 11011 110111 1001000 101010

Color Harmonies of #B9AC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC1E

Black with #B9AC1E

Text Example


Text Example

White with #B9AC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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