Html Css Color HEX #B0A619 Earls Green

📋 copy color: '#B0A619'

red 176 ◦ green 166 ◦ blue 25

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

Shades of Earls Green #B0A619

Tints of Earls Green #B0A619

RGB

 RED value IS 176 (69.14% from 255) = 47.96%

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

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

R = 47.96%
G = 45.23%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B0A619 (or 0xB0A619) is known color: Earls Green. HEX triplet: B0, A6 and 19. RGB value is (176,166,25). Sum of RGB (Red+Green+Blue) = 176+166+25=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A619 is #4F59E6. Grayscale: #999999. Windows color (decimal): -5200359 or 1681072. OLE color: 1681072.

HSL color Cylindrical-coordinate representation of color #B0A619: hue angle of 56.03º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0A619 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 166 25 -
CMYK 0 0.06 0.86 0.31
HSL 56.03º 0.75% 0.39% -
HSV(B) 56.03º 0.86% 0.69% -
XYZ 31.72 36.57 6.31 -
YUV 152.92 55.81 144.46 -
System Red Green Blue C M Y K H S L
Decimal 176 166 25 0 0.06 0.86 0.31 56.03 0.75 0.39
Hex B0 A6 19 0 6 56 1F 38 4B 27
Octal 260 246 31 0 6 126 37 70 113 47
Binary 10110000 10100110 11001 0 110 1010110 11111 111000 1001011 100111

Color Harmonies of #B0A619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A619

Black with #B0A619

Text Example


Text Example

White with #B0A619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A619; }

 p { color: rgb(176,166,25); }

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

background-color css

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

 a { background-color: rgb(176,166,25); }

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

border-color css

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

 span { border-color: rgb(176,166,25); }

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