Html Css Color HEX #B1B07F Neutral Green

📋 copy color: '#B1B07F'

red 177 ◦ green 176 ◦ blue 127

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

Shades of Neutral Green #B1B07F

Tints of Neutral Green #B1B07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.46%

R = 36.88%
G = 36.67%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1B07F (or 0xB1B07F) is known color: Neutral Green. HEX triplet: B1, B0 and 7F. RGB value is (177,176,127). Sum of RGB (Red+Green+Blue) = 177+176+127=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B07F is #4E4F80. Grayscale: #AAAAAA. Windows color (decimal): -5132161 or 8368305. OLE color: 8368305.

HSL color Cylindrical-coordinate representation of color #B1B07F: hue angle of 58.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1B07F is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 176 127 -
CMYK 0 0.01 0.28 0.31
HSL 58.8º 0.24% 0.6% -
HSV(B) 58.8º 0.28% 0.69% -
XYZ 37.49 41.93 26.2 -
YUV 170.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 177 176 127 0 0.01 0.28 0.31 58.8 0.24 0.6
Hex B1 B0 7F 0 1 1C 1F 3B 18 3C
Octal 261 260 177 0 1 34 37 73 30 74
Binary 10110001 10110000 1111111 0 1 11100 11111 111011 11000 111100

Color Harmonies of #B1B07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B07F

Black with #B1B07F

Text Example


Text Example

White with #B1B07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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