Html Css Color HEX #B1AB1B Earls Green

📋 copy color: '#B1AB1B'

red 177 ◦ green 171 ◦ blue 27

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

Shades of Earls Green #B1AB1B

Tints of Earls Green #B1AB1B

RGB

 RED value IS 177 (69.53% from 255) = 47.2%

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

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

R = 47.2%
G = 45.6%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1AB1B (or 0xB1AB1B) is known color: Earls Green. HEX triplet: B1, AB and 1B. RGB value is (177,171,27). Sum of RGB (Red+Green+Blue) = 177+171+27=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AB1B is #4E54E4. Grayscale: #9C9C9C. Windows color (decimal): -5133541 or 1813425. OLE color: 1813425.

HSL color Cylindrical-coordinate representation of color #B1AB1B: hue angle of 57.6º 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 #B1AB1B is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 171 27 -
CMYK 0 0.03 0.85 0.31
HSL 57.6º 0.74% 0.4% -
HSV(B) 57.6º 0.85% 0.69% -
XYZ 32.89 38.55 6.74 -
YUV 156.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 177 171 27 0 0.03 0.85 0.31 57.6 0.74 0.4
Hex B1 AB 1B 0 3 55 1F 3A 4A 28
Octal 261 253 33 0 3 125 37 72 112 50
Binary 10110001 10101011 11011 0 11 1010101 11111 111010 1001010 101000

Color Harmonies of #B1AB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB1B

Black with #B1AB1B

Text Example


Text Example

White with #B1AB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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