Html Css Color HEX #B9A624 Earls Green

📋 copy color: '#B9A624'

red 185 ◦ green 166 ◦ blue 36

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

Shades of Earls Green #B9A624

Tints of Earls Green #B9A624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.89%

 BLUE value IS 36 (14.45% from 255) = 9.3%

R = 47.8%
G = 42.89%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B9A624 (or 0xB9A624) is known color: Earls Green. HEX triplet: B9, A6 and 24. RGB value is (185,166,36). Sum of RGB (Red+Green+Blue) = 185+166+36=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A624 is #4659DB. Grayscale: #9D9D9D. Windows color (decimal): -4610524 or 2401977. OLE color: 2401977.

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

Color convert

RGB 185 166 36 -
CMYK 0 0.10 0.81 0.27
HSL 52.35º 0.67% 0.43% -
HSV(B) 52.35º 0.81% 0.73% -
XYZ 33.96 37.71 7.16 -
YUV 156.86 59.79 148.07 -
System Red Green Blue C M Y K H S L
Decimal 185 166 36 0 0.10 0.81 0.27 52.35 0.67 0.43
Hex B9 A6 24 0 A 51 1B 34 43 2B
Octal 271 246 44 0 12 121 33 64 103 53
Binary 10111001 10100110 100100 0 1010 1010001 11011 110100 1000011 101011

Color Harmonies of #B9A624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A624

Black with #B9A624

Text Example


Text Example

White with #B9A624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A624; }

 p { color: rgb(185,166,36); }

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

background-color css

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

 a { background-color: rgb(185,166,36); }

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

border-color css

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

 span { border-color: rgb(185,166,36); }

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