Html Css Color HEX #B1B07C Neutral Green

📋 copy color: '#B1B07C'

red 177 ◦ green 176 ◦ blue 124

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

Shades of Neutral Green #B1B07C

Tints of Neutral Green #B1B07C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

 BLUE value IS 124 (48.83% from 255) = 26%

R = 37.11%
G = 36.9%
B = 26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1B07C (or 0xB1B07C) is known color: Neutral Green. HEX triplet: B1, B0 and 7C. RGB value is (177,176,124). Sum of RGB (Red+Green+Blue) = 177+176+124=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B07C is #4E4F83. Grayscale: #AAAAAA. Windows color (decimal): -5132164 or 8171697. OLE color: 8171697.

HSL color Cylindrical-coordinate representation of color #B1B07C: hue angle of 58.87º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1B07C is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 176 124 -
CMYK 0 0.01 0.30 0.31
HSL 58.87º 0.25% 0.59% -
HSV(B) 58.87º 0.3% 0.69% -
XYZ 37.29 41.85 25.18 -
YUV 170.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 177 176 124 0 0.01 0.30 0.31 58.87 0.25 0.59
Hex B1 B0 7C 0 1 1E 1F 3B 19 3B
Octal 261 260 174 0 1 36 37 73 31 73
Binary 10110001 10110000 1111100 0 1 11110 11111 111011 11001 111011

Color Harmonies of #B1B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B07C

Black with #B1B07C

Text Example


Text Example

White with #B1B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B07C; }

 p { color: rgb(177,176,124); }

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

background-color css

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

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

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

border-color css

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

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

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