Html Css Color HEX #B9A919 Earls Green

📋 copy color: '#B9A919'

red 185 ◦ green 169 ◦ blue 25

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

Shades of Earls Green #B9A919

Tints of Earls Green #B9A919

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.59%

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

R = 48.81%
G = 44.59%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9A919 (or 0xB9A919) is known color: Earls Green. HEX triplet: B9, A9 and 19. RGB value is (185,169,25). Sum of RGB (Red+Green+Blue) = 185+169+25=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A919 is #4656E6. Grayscale: #9D9D9D. Windows color (decimal): -4609767 or 1681849. OLE color: 1681849.

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

Color convert

RGB 185 169 25 -
CMYK 0 0.09 0.86 0.27
HSL 54º 0.76% 0.41% -
HSV(B) 54º 0.86% 0.73% -
XYZ 34.37 38.76 6.59 -
YUV 157.37 53.3 147.71 -
System Red Green Blue C M Y K H S L
Decimal 185 169 25 0 0.09 0.86 0.27 54 0.76 0.41
Hex B9 A9 19 0 9 56 1B 36 4C 29
Octal 271 251 31 0 11 126 33 66 114 51
Binary 10111001 10101001 11001 0 1001 1010110 11011 110110 1001100 101001

Color Harmonies of #B9A919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A919

Black with #B9A919

Text Example


Text Example

White with #B9A919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A919; }

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

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

background-color css

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

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

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

border-color css

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

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

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