Html Css Color HEX #B1B07D Neutral Green

📋 copy color: '#B1B07D'

red 177 ◦ green 176 ◦ blue 125

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

Shades of Neutral Green #B1B07D

Tints of Neutral Green #B1B07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 37.03%
G = 36.82%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1B07D (or 0xB1B07D) is known color: Neutral Green. HEX triplet: B1, B0 and 7D. RGB value is (177,176,125). Sum of RGB (Red+Green+Blue) = 177+176+125=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B07D is #4E4F82. Grayscale: #AAAAAA. Windows color (decimal): -5132163 or 8237233. OLE color: 8237233.

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

Color convert

RGB 177 176 125 -
CMYK 0 0.01 0.29 0.31
HSL 58.85º 0.25% 0.59% -
HSV(B) 58.85º 0.29% 0.69% -
XYZ 37.36 41.88 25.52 -
YUV 170.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 177 176 125 0 0.01 0.29 0.31 58.85 0.25 0.59
Hex B1 B0 7D 0 1 1D 1F 3B 19 3B
Octal 261 260 175 0 1 35 37 73 31 73
Binary 10110001 10110000 1111101 0 1 11101 11111 111011 11001 111011

Color Harmonies of #B1B07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B07D

Black with #B1B07D

Text Example


Text Example

White with #B1B07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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