Html Css Color HEX #B1AD7B Neutral Green

📋 copy color: '#B1AD7B'

red 177 ◦ green 173 ◦ blue 123

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

Shades of Neutral Green #B1AD7B

Tints of Neutral Green #B1AD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26%

R = 37.42%
G = 36.58%
B = 26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1AD7B (or 0xB1AD7B) is known color: Neutral Green. HEX triplet: B1, AD and 7B. RGB value is (177,173,123). Sum of RGB (Red+Green+Blue) = 177+173+123=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD7B is #4E5284. Grayscale: #A8A8A8. Windows color (decimal): -5132933 or 8105393. OLE color: 8105393.

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

Color convert

RGB 177 173 123 -
CMYK 0 0.02 0.31 0.31
HSL 55.56º 0.26% 0.59% -
HSV(B) 55.56º 0.31% 0.69% -
XYZ 36.65 40.66 24.66 -
YUV 168.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 177 173 123 0 0.02 0.31 0.31 55.56 0.26 0.59
Hex B1 AD 7B 0 2 1F 1F 38 1A 3B
Octal 261 255 173 0 2 37 37 70 32 73
Binary 10110001 10101101 1111011 0 10 11111 11111 111000 11010 111011

Color Harmonies of #B1AD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD7B

Black with #B1AD7B

Text Example


Text Example

White with #B1AD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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