Html Css Color HEX #B9A522 Earls Green

📋 copy color: '#B9A522'

red 185 ◦ green 165 ◦ blue 34

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

Shades of Earls Green #B9A522

Tints of Earls Green #B9A522

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.97%

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

R = 48.18%
G = 42.97%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B9A522 (or 0xB9A522) is known color: Earls Green. HEX triplet: B9, A5 and 22. RGB value is (185,165,34). Sum of RGB (Red+Green+Blue) = 185+165+34=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A522 is #465ADD. Grayscale: #9C9C9C. Windows color (decimal): -4610782 or 2270649. OLE color: 2270649.

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

Color convert

RGB 185 165 34 -
CMYK 0 0.11 0.82 0.27
HSL 52.05º 0.69% 0.43% -
HSV(B) 52.05º 0.82% 0.73% -
XYZ 33.75 37.34 6.94 -
YUV 156.05 59.13 148.65 -
System Red Green Blue C M Y K H S L
Decimal 185 165 34 0 0.11 0.82 0.27 52.05 0.69 0.43
Hex B9 A5 22 0 B 52 1B 34 45 2B
Octal 271 245 42 0 13 122 33 64 105 53
Binary 10111001 10100101 100010 0 1011 1010010 11011 110100 1000101 101011

Color Harmonies of #B9A522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A522

Black with #B9A522

Text Example


Text Example

White with #B9A522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A522; }

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

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

background-color css

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

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

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

border-color css

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

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

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