Html Css Color HEX #B2AB1B Earls Green

📋 copy color: '#B2AB1B'

red 178 ◦ green 171 ◦ blue 27

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

Shades of Earls Green #B2AB1B

Tints of Earls Green #B2AB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.18%

R = 47.34%
G = 45.48%
B = 7.18%

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

#B2AB1B (or 0xB2AB1B) is known color: Earls Green. HEX triplet: B2, AB and 1B. RGB value is (178,171,27). Sum of RGB (Red+Green+Blue) = 178+171+27=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB1B is #4D54E4. Grayscale: #9D9D9D. Windows color (decimal): -5068005 or 1813426. OLE color: 1813426.

HSL color Cylindrical-coordinate representation of color #B2AB1B: hue angle of 57.22º degrees, saturation: 0.74, 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 #B2AB1B is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 27 -
CMYK 0 0.04 0.85 0.30
HSL 57.22º 0.74% 0.4% -
HSV(B) 57.22º 0.85% 0.7% -
XYZ 33.12 38.67 6.76 -
YUV 156.68 54.82 143.21 -
System Red Green Blue C M Y K H S L
Decimal 178 171 27 0 0.04 0.85 0.30 57.22 0.74 0.4
Hex B2 AB 1B 0 4 55 1E 39 4A 28
Octal 262 253 33 0 4 125 36 71 112 50
Binary 10110010 10101011 11011 0 100 1010101 11110 111001 1001010 101000

Color Harmonies of #B2AB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB1B

Black with #B2AB1B

Text Example


Text Example

White with #B2AB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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