Html Css Color HEX #B9A419 Earls Green

📋 copy color: '#B9A419'

red 185 ◦ green 164 ◦ blue 25

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

Shades of Earls Green #B9A419

Tints of Earls Green #B9A419

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.85%

 BLUE value IS 25 (10.16% from 255) = 6.68%

R = 49.47%
G = 43.85%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9A419 (or 0xB9A419) is known color: Earls Green. HEX triplet: B9, A4 and 19. RGB value is (185,164,25). Sum of RGB (Red+Green+Blue) = 185+164+25=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A419 is #465BE6. Grayscale: #9B9B9B. Windows color (decimal): -4611047 or 1680569. OLE color: 1680569.

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

Color convert

RGB 185 164 25 -
CMYK 0 0.11 0.86 0.27
HSL 52.13º 0.76% 0.41% -
HSV(B) 52.13º 0.86% 0.73% -
XYZ 33.46 36.94 6.29 -
YUV 154.43 54.96 149.8 -
System Red Green Blue C M Y K H S L
Decimal 185 164 25 0 0.11 0.86 0.27 52.13 0.76 0.41
Hex B9 A4 19 0 B 56 1B 34 4C 29
Octal 271 244 31 0 13 126 33 64 114 51
Binary 10111001 10100100 11001 0 1011 1010110 11011 110100 1001100 101001

Color Harmonies of #B9A419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A419

Black with #B9A419

Text Example


Text Example

White with #B9A419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A419; }

 p { color: rgb(185,164,25); }

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

background-color css

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

 a { background-color: rgb(185,164,25); }

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

border-color css

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

 span { border-color: rgb(185,164,25); }

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