Html Css Color HEX #B9A022 Earls Green

📋 copy color: '#B9A022'

red 185 ◦ green 160 ◦ blue 34

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

Shades of Earls Green #B9A022

Tints of Earls Green #B9A022

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.22%

 BLUE value IS 34 (13.67% from 255) = 8.97%

R = 48.81%
G = 42.22%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B9A022 (or 0xB9A022) is known color: Earls Green. HEX triplet: B9, A0 and 22. RGB value is (185,160,34). Sum of RGB (Red+Green+Blue) = 185+160+34=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A022 is #465FDD. Grayscale: #999999. Windows color (decimal): -4612062 or 2269369. OLE color: 2269369.

HSL color Cylindrical-coordinate representation of color #B9A022: hue angle of 50.07º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9A022 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 34 -
CMYK 0 0.14 0.82 0.27
HSL 50.07º 0.69% 0.43% -
HSV(B) 50.07º 0.82% 0.73% -
XYZ 32.87 35.57 6.65 -
YUV 153.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 185 160 34 0 0.14 0.82 0.27 50.07 0.69 0.43
Hex B9 A0 22 0 E 52 1B 32 45 2B
Octal 271 240 42 0 16 122 33 62 105 53
Binary 10111001 10100000 100010 0 1110 1010010 11011 110010 1000101 101011

Color Harmonies of #B9A022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A022

Black with #B9A022

Text Example


Text Example

White with #B9A022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A022; }

 p { color: rgb(185,160,34); }

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

background-color css

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

 a { background-color: rgb(185,160,34); }

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

border-color css

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

 span { border-color: rgb(185,160,34); }

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