Html Css Color HEX #B9B119 Earls Green

📋 copy color: '#B9B119'

red 185 ◦ green 177 ◦ blue 25

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

Shades of Earls Green #B9B119

Tints of Earls Green #B9B119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.74%

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

R = 47.8%
G = 45.74%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9B119 (or 0xB9B119) is known color: Earls Green. HEX triplet: B9, B1 and 19. RGB value is (185,177,25). Sum of RGB (Red+Green+Blue) = 185+177+25=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9B119 is #464EE6. Grayscale: #A2A2A2. Windows color (decimal): -4607719 or 1683897. OLE color: 1683897.

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

Color convert

RGB 185 177 25 -
CMYK 0 0.04 0.86 0.27
HSL 57º 0.76% 0.41% -
HSV(B) 57º 0.86% 0.73% -
XYZ 35.91 41.83 7.1 -
YUV 162.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 185 177 25 0 0.04 0.86 0.27 57 0.76 0.41
Hex B9 B1 19 0 4 56 1B 39 4C 29
Octal 271 261 31 0 4 126 33 71 114 51
Binary 10111001 10110001 11001 0 100 1010110 11011 111001 1001100 101001

Color Harmonies of #B9B119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B119

Black with #B9B119

Text Example


Text Example

White with #B9B119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B119; }

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

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

background-color css

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

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

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

border-color css

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

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

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