Html Css Color HEX #B2B17F Neutral Green

📋 copy color: '#B2B17F'

red 178 ◦ green 177 ◦ blue 127

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

Shades of Neutral Green #B2B17F

Tints of Neutral Green #B2B17F

RGB

 RED value IS 178 (69.92% from 255) = 36.93%

 GREEN value IS 177 (69.53% from 255) = 36.72%

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

R = 36.93%
G = 36.72%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2B17F (or 0xB2B17F) is known color: Neutral Green. HEX triplet: B2, B1 and 7F. RGB value is (178,177,127). Sum of RGB (Red+Green+Blue) = 178+177+127=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B17F is #4D4E80. Grayscale: #ABABAB. Windows color (decimal): -5066369 or 8368562. OLE color: 8368562.

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

Color convert

RGB 178 177 127 -
CMYK 0 0.01 0.29 0.30
HSL 58.82º 0.25% 0.6% -
HSV(B) 58.82º 0.29% 0.7% -
XYZ 37.91 42.44 26.27 -
YUV 171.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 178 177 127 0 0.01 0.29 0.30 58.82 0.25 0.6
Hex B2 B1 7F 0 1 1D 1E 3B 19 3C
Octal 262 261 177 0 1 35 36 73 31 74
Binary 10110010 10110001 1111111 0 1 11101 11110 111011 11001 111100

Color Harmonies of #B2B17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B17F

Black with #B2B17F

Text Example


Text Example

White with #B2B17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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