Html Css Color HEX #B0A91A Earls Green

📋 copy color: '#B0A91A'

red 176 ◦ green 169 ◦ blue 26

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

Shades of Earls Green #B0A91A

Tints of Earls Green #B0A91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.01%

R = 47.44%
G = 45.55%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0A91A (or 0xB0A91A) is known color: Earls Green. HEX triplet: B0, A9 and 1A. RGB value is (176,169,26). Sum of RGB (Red+Green+Blue) = 176+169+26=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A91A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A91A is #4F56E5. Grayscale: #9B9B9B. Windows color (decimal): -5199590 or 1747376. OLE color: 1747376.

HSL color Cylindrical-coordinate representation of color #B0A91A: hue angle of 57.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0A91A is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 169 26 -
CMYK 0 0.04 0.85 0.31
HSL 57.2º 0.74% 0.4% -
HSV(B) 57.2º 0.85% 0.69% -
XYZ 32.28 37.68 6.55 -
YUV 154.79 55.32 143.13 -
System Red Green Blue C M Y K H S L
Decimal 176 169 26 0 0.04 0.85 0.31 57.2 0.74 0.4
Hex B0 A9 1A 0 4 55 1F 39 4A 28
Octal 260 251 32 0 4 125 37 71 112 50
Binary 10110000 10101001 11010 0 100 1010101 11111 111001 1001010 101000

Color Harmonies of #B0A91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A91A

Black with #B0A91A

Text Example


Text Example

White with #B0A91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A91A; }

 p { color: rgb(176,169,26); }

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

background-color css

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

 a { background-color: rgb(176,169,26); }

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

border-color css

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

 span { border-color: rgb(176,169,26); }

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