Html Css Color HEX #B2BC96 Green Spring

📋 copy color: '#B2BC96'

red 178 ◦ green 188 ◦ blue 150

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

Shades of Green Spring #B2BC96

Tints of Green Spring #B2BC96

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 150 (58.98% from 255) = 29.07%

R = 34.5%
G = 36.43%
B = 29.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#B2BC96 (or 0xB2BC96) is known color: Green Spring. HEX triplet: B2, BC and 96. RGB value is (178,188,150). Sum of RGB (Red+Green+Blue) = 178+188+150=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC96 is #4D4369. Grayscale: #B4B4B4. Windows color (decimal): -5063530 or 9878706. OLE color: 9878706.

HSL color Cylindrical-coordinate representation of color #B2BC96: hue angle of 75.79º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2BC96 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 150 -
CMYK 0.05 0 0.20 0.26
HSL 75.79º 0.22% 0.66% -
HSV(B) 75.79º 0.2% 0.74% -
XYZ 41.85 47.63 35.84 -
YUV 180.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 178 188 150 0.05 0 0.20 0.26 75.79 0.22 0.66
Hex B2 BC 96 5 0 14 1A 4C 16 42
Octal 262 274 226 5 0 24 32 114 26 102
Binary 10110010 10111100 10010110 101 0 10100 11010 1001100 10110 1000010

Color Harmonies of #B2BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC96

Black with #B2BC96

Text Example


Text Example

White with #B2BC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC96; }

 p { color: rgb(178,188,150); }

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

background-color css

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

 a { background-color: rgb(178,188,150); }

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

border-color css

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

 span { border-color: rgb(178,188,150); }

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