Html Css Color HEX #B9A821 Earls Green

📋 copy color: '#B9A821'

red 185 ◦ green 168 ◦ blue 33

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

Shades of Earls Green #B9A821

Tints of Earls Green #B9A821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.55%

R = 47.93%
G = 43.52%
B = 8.55%

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

#B9A821 (or 0xB9A821) is known color: Earls Green. HEX triplet: B9, A8 and 21. RGB value is (185,168,33). Sum of RGB (Red+Green+Blue) = 185+168+33=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A821 is #4657DE. Grayscale: #9E9E9E. Windows color (decimal): -4610015 or 2205881. OLE color: 2205881.

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

Color convert

RGB 185 168 33 -
CMYK 0 0.09 0.82 0.27
HSL 53.29º 0.7% 0.43% -
HSV(B) 53.29º 0.82% 0.73% -
XYZ 34.28 38.43 7.05 -
YUV 157.69 57.63 147.48 -
System Red Green Blue C M Y K H S L
Decimal 185 168 33 0 0.09 0.82 0.27 53.29 0.7 0.43
Hex B9 A8 21 0 9 52 1B 35 46 2B
Octal 271 250 41 0 11 122 33 65 106 53
Binary 10111001 10101000 100001 0 1001 1010010 11011 110101 1000110 101011

Color Harmonies of #B9A821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A821

Black with #B9A821

Text Example


Text Example

White with #B9A821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A821; }

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

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

background-color css

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

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

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

border-color css

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

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

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