Html Css Color HEX #B9A822 Earls Green

📋 copy color: '#B9A822'

red 185 ◦ green 168 ◦ blue 34

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

Shades of Earls Green #B9A822

Tints of Earls Green #B9A822

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.41%

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

R = 47.8%
G = 43.41%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B9A822 (or 0xB9A822) is known color: Earls Green. HEX triplet: B9, A8 and 22. RGB value is (185,168,34). Sum of RGB (Red+Green+Blue) = 185+168+34=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A822 is #4657DD. Grayscale: #9E9E9E. Windows color (decimal): -4610014 or 2271417. OLE color: 2271417.

HSL color Cylindrical-coordinate representation of color #B9A822: hue angle of 53.25º 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 #B9A822 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 34 -
CMYK 0 0.09 0.82 0.27
HSL 53.25º 0.69% 0.43% -
HSV(B) 53.25º 0.82% 0.73% -
XYZ 34.3 38.44 7.12 -
YUV 157.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 185 168 34 0 0.09 0.82 0.27 53.25 0.69 0.43
Hex B9 A8 22 0 9 52 1B 35 45 2B
Octal 271 250 42 0 11 122 33 65 105 53
Binary 10111001 10101000 100010 0 1001 1010010 11011 110101 1000101 101011

Color Harmonies of #B9A822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A822

Black with #B9A822

Text Example


Text Example

White with #B9A822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A822; }

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

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

background-color css

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

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

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

border-color css

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

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

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