Html Css Color HEX #B1B21B Earls Green

📋 copy color: '#B1B21B'

red 177 ◦ green 178 ◦ blue 27

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

Shades of Earls Green #B1B21B

Tints of Earls Green #B1B21B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.6%

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

R = 46.34%
G = 46.6%
B = 7.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B1B21B (or 0xB1B21B) is known color: Earls Green. HEX triplet: B1, B2 and 1B. RGB value is (177,178,27). Sum of RGB (Red+Green+Blue) = 177+178+27=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B21B is #4E4DE4. Grayscale: #A1A1A1. Windows color (decimal): -5131749 or 1815217. OLE color: 1815217.

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

Color convert

RGB 177 178 27 -
CMYK 0.01 0 0.85 0.30
HSL 60.4º 0.74% 0.4% -
HSV(B) 60.4º 0.85% 0.7% -
XYZ 34.25 41.27 7.2 -
YUV 160.49 52.67 139.78 -
System Red Green Blue C M Y K H S L
Decimal 177 178 27 0.01 0 0.85 0.30 60.4 0.74 0.4
Hex B1 B2 1B 1 0 55 1E 3C 4A 28
Octal 261 262 33 1 0 125 36 74 112 50
Binary 10110001 10110010 11011 1 0 1010101 11110 111100 1001010 101000

Color Harmonies of #B1B21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B21B

Black with #B1B21B

Text Example


Text Example

White with #B1B21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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