Html Css Color HEX #B2B99C Green Spring

📋 copy color: '#B2B99C'

red 178 ◦ green 185 ◦ blue 156

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

Shades of Green Spring #B2B99C

Tints of Green Spring #B2B99C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.65%

 BLUE value IS 156 (61.33% from 255) = 30.06%

R = 34.3%
G = 35.65%
B = 30.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B2B99C (or 0xB2B99C) is known color: Green Spring. HEX triplet: B2, B9 and 9C. RGB value is (178,185,156). Sum of RGB (Red+Green+Blue) = 178+185+156=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B99C is #4D4663. Grayscale: #B3B3B3. Windows color (decimal): -5064292 or 10271154. OLE color: 10271154.

HSL color Cylindrical-coordinate representation of color #B2B99C: hue angle of 74.48º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2B99C is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 156 -
CMYK 0.04 0 0.16 0.27
HSL 74.48º 0.17% 0.67% -
HSV(B) 74.48º 0.16% 0.73% -
XYZ 41.71 46.56 38.24 -
YUV 179.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 178 185 156 0.04 0 0.16 0.27 74.48 0.17 0.67
Hex B2 B9 9C 4 0 10 1B 4A 11 43
Octal 262 271 234 4 0 20 33 112 21 103
Binary 10110010 10111001 10011100 100 0 10000 11011 1001010 10001 1000011

Color Harmonies of #B2B99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B99C

Black with #B2B99C

Text Example


Text Example

White with #B2B99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B99C; }

 p { color: rgb(178,185,156); }

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

background-color css

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

 a { background-color: rgb(178,185,156); }

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

border-color css

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

 span { border-color: rgb(178,185,156); }

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