Html Css Color HEX #B2B083 Neutral Green

📋 copy color: '#B2B083'

red 178 ◦ green 176 ◦ blue 131

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

Shades of Neutral Green #B2B083

Tints of Neutral Green #B2B083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.01%

R = 36.7%
G = 36.29%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B2B083 (or 0xB2B083) is known color: Neutral Green. HEX triplet: B2, B0 and 83. RGB value is (178,176,131). Sum of RGB (Red+Green+Blue) = 178+176+131=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B083 is #4D4F7C. Grayscale: #ABABAB. Windows color (decimal): -5066621 or 8630450. OLE color: 8630450.

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

Color convert

RGB 178 176 131 -
CMYK 0 0.01 0.26 0.30
HSL 57.45º 0.23% 0.61% -
HSV(B) 57.45º 0.26% 0.7% -
XYZ 37.98 42.15 27.61 -
YUV 171.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 178 176 131 0 0.01 0.26 0.30 57.45 0.23 0.61
Hex B2 B0 83 0 1 1A 1E 39 17 3D
Octal 262 260 203 0 1 32 36 71 27 75
Binary 10110010 10110000 10000011 0 1 11010 11110 111001 10111 111101

Color Harmonies of #B2B083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B083

Black with #B2B083

Text Example


Text Example

White with #B2B083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B083; }

 p { color: rgb(178,176,131); }

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

background-color css

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

 a { background-color: rgb(178,176,131); }

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

border-color css

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

 span { border-color: rgb(178,176,131); }

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