Html Css Color HEX #B2BB97 Green Spring

📋 copy color: '#B2BB97'

red 178 ◦ green 187 ◦ blue 151

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

Shades of Green Spring #B2BB97

Tints of Green Spring #B2BB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.26%

R = 34.5%
G = 36.24%
B = 29.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B2BB97 (or 0xB2BB97) is known color: Green Spring. HEX triplet: B2, BB and 97. RGB value is (178,187,151). Sum of RGB (Red+Green+Blue) = 178+187+151=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB97 is #4D4468. Grayscale: #B4B4B4. Windows color (decimal): -5063785 or 9943986. OLE color: 9943986.

HSL color Cylindrical-coordinate representation of color #B2BB97: hue angle of 75º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2BB97 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 151 -
CMYK 0.05 0 0.19 0.27
HSL 75º 0.21% 0.66% -
HSV(B) 75º 0.19% 0.73% -
XYZ 41.72 47.24 36.2 -
YUV 180.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 178 187 151 0.05 0 0.19 0.27 75 0.21 0.66
Hex B2 BB 97 5 0 13 1B 4B 15 42
Octal 262 273 227 5 0 23 33 113 25 102
Binary 10110010 10111011 10010111 101 0 10011 11011 1001011 10101 1000010

Color Harmonies of #B2BB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB97

Black with #B2BB97

Text Example


Text Example

White with #B2BB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB97; }

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

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

background-color css

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

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

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

border-color css

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

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

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