Html Css Color HEX #B1AD7E Neutral Green

📋 copy color: '#B1AD7E'

red 177 ◦ green 173 ◦ blue 126

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

Shades of Neutral Green #B1AD7E

Tints of Neutral Green #B1AD7E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.34%

 BLUE value IS 126 (49.61% from 255) = 26.47%

R = 37.18%
G = 36.34%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1AD7E (or 0xB1AD7E) is known color: Neutral Green. HEX triplet: B1, AD and 7E. RGB value is (177,173,126). Sum of RGB (Red+Green+Blue) = 177+173+126=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD7E is #4E5281. Grayscale: #A9A9A9. Windows color (decimal): -5132930 or 8302001. OLE color: 8302001.

HSL color Cylindrical-coordinate representation of color #B1AD7E: hue angle of 55.29º 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 #B1AD7E is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 173 126 -
CMYK 0 0.02 0.29 0.31
HSL 55.29º 0.25% 0.59% -
HSV(B) 55.29º 0.29% 0.69% -
XYZ 36.84 40.74 25.66 -
YUV 168.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 177 173 126 0 0.02 0.29 0.31 55.29 0.25 0.59
Hex B1 AD 7E 0 2 1D 1F 37 19 3B
Octal 261 255 176 0 2 35 37 67 31 73
Binary 10110001 10101101 1111110 0 10 11101 11111 110111 11001 111011

Color Harmonies of #B1AD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD7E

Black with #B1AD7E

Text Example


Text Example

White with #B1AD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD7E; }

 p { color: rgb(177,173,126); }

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

background-color css

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

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

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

border-color css

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

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

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