Html Css Color HEX #B9A618 Earls Green

📋 copy color: '#B9A618'

red 185 ◦ green 166 ◦ blue 24

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

Shades of Earls Green #B9A618

Tints of Earls Green #B9A618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 49.33%
G = 44.27%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B9A618 (or 0xB9A618) is known color: Earls Green. HEX triplet: B9, A6 and 18. RGB value is (185,166,24). Sum of RGB (Red+Green+Blue) = 185+166+24=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A618 is #4659E7. Grayscale: #9C9C9C. Windows color (decimal): -4610536 or 1615545. OLE color: 1615545.

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

Color convert

RGB 185 166 24 -
CMYK 0 0.10 0.87 0.27
HSL 52.92º 0.77% 0.41% -
HSV(B) 52.92º 0.87% 0.73% -
XYZ 33.81 37.65 6.35 -
YUV 155.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 185 166 24 0 0.10 0.87 0.27 52.92 0.77 0.41
Hex B9 A6 18 0 A 57 1B 35 4D 29
Octal 271 246 30 0 12 127 33 65 115 51
Binary 10111001 10100110 11000 0 1010 1010111 11011 110101 1001101 101001

Color Harmonies of #B9A618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A618

Black with #B9A618

Text Example


Text Example

White with #B9A618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A618; }

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

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

background-color css

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

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

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

border-color css

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

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

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