Html Css Color HEX #B9A519 Earls Green

📋 copy color: '#B9A519'

red 185 ◦ green 165 ◦ blue 25

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

Shades of Earls Green #B9A519

Tints of Earls Green #B9A519

RGB

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

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

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

R = 49.33%
G = 44%
B = 6.67%

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

#B9A519 (or 0xB9A519) is known color: Earls Green. HEX triplet: B9, A5 and 19. RGB value is (185,165,25). Sum of RGB (Red+Green+Blue) = 185+165+25=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A519 is #465AE6. Grayscale: #9B9B9B. Windows color (decimal): -4610791 or 1680825. OLE color: 1680825.

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

Color convert

RGB 185 165 25 -
CMYK 0 0.11 0.86 0.27
HSL 52.5º 0.76% 0.41% -
HSV(B) 52.5º 0.86% 0.73% -
XYZ 33.64 37.29 6.35 -
YUV 155.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 185 165 25 0 0.11 0.86 0.27 52.5 0.76 0.41
Hex B9 A5 19 0 B 56 1B 34 4C 29
Octal 271 245 31 0 13 126 33 64 114 51
Binary 10111001 10100101 11001 0 1011 1010110 11011 110100 1001100 101001

Color Harmonies of #B9A519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A519

Black with #B9A519

Text Example


Text Example

White with #B9A519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A519; }

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

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

background-color css

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

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

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

border-color css

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

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

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