Html Css Color HEX #B1B131 Earls Green

📋 copy color: '#B1B131'

red 177 ◦ green 177 ◦ blue 49

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

Shades of Earls Green #B1B131

Tints of Earls Green #B1B131

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.92%

 BLUE value IS 49 (19.53% from 255) = 12.16%

R = 43.92%
G = 43.92%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B1B131 (or 0xB1B131) is known color: Earls Green. HEX triplet: B1, B1 and 31. RGB value is (177,177,49). Sum of RGB (Red+Green+Blue) = 177+177+49=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B131 is #4E4ECE. Grayscale: #A2A2A2. Windows color (decimal): -5131983 or 3256753. OLE color: 3256753.

HSL color Cylindrical-coordinate representation of color #B1B131: hue angle of 60º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1B131 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 177 49 -
CMYK 0 0 0.72 0.31
HSL 60º 0.57% 0.44% -
HSV(B) 60º 0.72% 0.69% -
XYZ 34.41 41.01 9.01 -
YUV 162.41 64 138.41 -
System Red Green Blue C M Y K H S L
Decimal 177 177 49 0 0 0.72 0.31 60 0.57 0.44
Hex B1 B1 31 0 0 48 1F 3C 39 2C
Octal 261 261 61 0 0 110 37 74 71 54
Binary 10110001 10110001 110001 0 0 1001000 11111 111100 111001 101100

Color Harmonies of #B1B131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B131

Black with #B1B131

Text Example


Text Example

White with #B1B131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B131; }

 p { color: rgb(177,177,49); }

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

background-color css

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

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

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

border-color css

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

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

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