Html Css Color HEX #B2AB1A Earls Green

📋 copy color: '#B2AB1A'

red 178 ◦ green 171 ◦ blue 26

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

Shades of Earls Green #B2AB1A

Tints of Earls Green #B2AB1A

RGB

 RED value IS 178 (69.92% from 255) = 47.47%

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

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

R = 47.47%
G = 45.6%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2AB1A (or 0xB2AB1A) is known color: Earls Green. HEX triplet: B2, AB and 1A. RGB value is (178,171,26). Sum of RGB (Red+Green+Blue) = 178+171+26=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB1A is #4D54E5. Grayscale: #9D9D9D. Windows color (decimal): -5068006 or 1747890. OLE color: 1747890.

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

Color convert

RGB 178 171 26 -
CMYK 0 0.04 0.85 0.30
HSL 57.24º 0.75% 0.4% -
HSV(B) 57.24º 0.85% 0.7% -
XYZ 33.11 38.67 6.7 -
YUV 156.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 178 171 26 0 0.04 0.85 0.30 57.24 0.75 0.4
Hex B2 AB 1A 0 4 55 1E 39 4B 28
Octal 262 253 32 0 4 125 36 71 113 50
Binary 10110010 10101011 11010 0 100 1010101 11110 111001 1001011 101000

Color Harmonies of #B2AB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB1A

Black with #B2AB1A

Text Example


Text Example

White with #B2AB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB1A; }

 p { color: rgb(178,171,26); }

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

background-color css

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

 a { background-color: rgb(178,171,26); }

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

border-color css

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

 span { border-color: rgb(178,171,26); }

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