Html Css Color HEX #B1A581 Neutral Green

📋 copy color: '#B1A581'

red 177 ◦ green 165 ◦ blue 129

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

Shades of Neutral Green #B1A581

Tints of Neutral Green #B1A581

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.03%

 BLUE value IS 129 (50.78% from 255) = 27.39%

R = 37.58%
G = 35.03%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B1A581 (or 0xB1A581) is known color: Neutral Green. HEX triplet: B1, A5 and 81. RGB value is (177,165,129). Sum of RGB (Red+Green+Blue) = 177+165+129=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A581 is #4E5A7E. Grayscale: #A4A4A4. Windows color (decimal): -5134975 or 8496561. OLE color: 8496561.

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

Color convert

RGB 177 165 129 -
CMYK 0 0.07 0.27 0.31
HSL 45º 0.24% 0.6% -
HSV(B) 45º 0.27% 0.69% -
XYZ 35.55 37.84 26.2 -
YUV 164.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 177 165 129 0 0.07 0.27 0.31 45 0.24 0.6
Hex B1 A5 81 0 7 1B 1F 2D 18 3C
Octal 261 245 201 0 7 33 37 55 30 74
Binary 10110001 10100101 10000001 0 111 11011 11111 101101 11000 111100

Color Harmonies of #B1A581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A581

Black with #B1A581

Text Example


Text Example

White with #B1A581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A581; }

 p { color: rgb(177,165,129); }

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

background-color css

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

 a { background-color: rgb(177,165,129); }

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

border-color css

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

 span { border-color: rgb(177,165,129); }

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