Html Css Color HEX #B0AB26 Earls Green

📋 copy color: '#B0AB26'

red 176 ◦ green 171 ◦ blue 38

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

Shades of Earls Green #B0AB26

Tints of Earls Green #B0AB26

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.42%

 BLUE value IS 38 (15.23% from 255) = 9.87%

R = 45.71%
G = 44.42%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B0AB26 (or 0xB0AB26) is known color: Earls Green. HEX triplet: B0, AB and 26. RGB value is (176,171,38). Sum of RGB (Red+Green+Blue) = 176+171+38=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB26 is #4F54D9. Grayscale: #9D9D9D. Windows color (decimal): -5199066 or 2534320. OLE color: 2534320.

HSL color Cylindrical-coordinate representation of color #B0AB26: hue angle of 57.83º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0AB26 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 38 -
CMYK 0 0.03 0.78 0.31
HSL 57.83º 0.64% 0.42% -
HSV(B) 57.83º 0.78% 0.69% -
XYZ 32.82 38.5 7.53 -
YUV 157.33 60.66 141.31 -
System Red Green Blue C M Y K H S L
Decimal 176 171 38 0 0.03 0.78 0.31 57.83 0.64 0.42
Hex B0 AB 26 0 3 4E 1F 3A 40 2A
Octal 260 253 46 0 3 116 37 72 100 52
Binary 10110000 10101011 100110 0 11 1001110 11111 111010 1000000 101010

Color Harmonies of #B0AB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB26

Black with #B0AB26

Text Example


Text Example

White with #B0AB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB26; }

 p { color: rgb(176,171,38); }

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

background-color css

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

 a { background-color: rgb(176,171,38); }

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

border-color css

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

 span { border-color: rgb(176,171,38); }

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