Html Css Color HEX #B9A61D Earls Green

📋 copy color: '#B9A61D'

red 185 ◦ green 166 ◦ blue 29

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

Shades of Earls Green #B9A61D

Tints of Earls Green #B9A61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 48.68%
G = 43.68%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9A61D (or 0xB9A61D) is known color: Earls Green. HEX triplet: B9, A6 and 1D. RGB value is (185,166,29). Sum of RGB (Red+Green+Blue) = 185+166+29=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A61D is #4659E2. Grayscale: #9C9C9C. Windows color (decimal): -4610531 or 1943225. OLE color: 1943225.

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

Color convert

RGB 185 166 29 -
CMYK 0 0.10 0.84 0.27
HSL 52.69º 0.73% 0.42% -
HSV(B) 52.69º 0.84% 0.73% -
XYZ 33.87 37.68 6.65 -
YUV 156.06 56.29 148.64 -
System Red Green Blue C M Y K H S L
Decimal 185 166 29 0 0.10 0.84 0.27 52.69 0.73 0.42
Hex B9 A6 1D 0 A 54 1B 35 49 2A
Octal 271 246 35 0 12 124 33 65 111 52
Binary 10111001 10100110 11101 0 1010 1010100 11011 110101 1001001 101010

Color Harmonies of #B9A61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A61D

Black with #B9A61D

Text Example


Text Example

White with #B9A61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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