Html Css Color HEX #B2BB9D Green Spring

📋 copy color: '#B2BB9D'

red 178 ◦ green 187 ◦ blue 157

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

Shades of Green Spring #B2BB9D

Tints of Green Spring #B2BB9D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.82%

 BLUE value IS 157 (61.72% from 255) = 30.08%

R = 34.1%
G = 35.82%
B = 30.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B2BB9D (or 0xB2BB9D) is known color: Green Spring. HEX triplet: B2, BB and 9D. RGB value is (178,187,157). Sum of RGB (Red+Green+Blue) = 178+187+157=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB9D is #4D4462. Grayscale: #B5B5B5. Windows color (decimal): -5063779 or 10337202. OLE color: 10337202.

HSL color Cylindrical-coordinate representation of color #B2BB9D: hue angle of 78º degrees, saturation: 0.18, 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 #B2BB9D is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 157 -
CMYK 0.05 0 0.16 0.27
HSL 78º 0.18% 0.67% -
HSV(B) 78º 0.16% 0.73% -
XYZ 42.22 47.44 38.83 -
YUV 180.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 178 187 157 0.05 0 0.16 0.27 78 0.18 0.67
Hex B2 BB 9D 5 0 10 1B 4E 12 43
Octal 262 273 235 5 0 20 33 116 22 103
Binary 10110010 10111011 10011101 101 0 10000 11011 1001110 10010 1000011

Color Harmonies of #B2BB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB9D

Black with #B2BB9D

Text Example


Text Example

White with #B2BB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB9D; }

 p { color: rgb(178,187,157); }

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

background-color css

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

 a { background-color: rgb(178,187,157); }

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

border-color css

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

 span { border-color: rgb(178,187,157); }

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