Html Css Color HEX #B2C096 Sprout

📋 copy color: '#B2C096'

red 178 ◦ green 192 ◦ blue 150

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

Shades of Sprout #B2C096

Tints of Sprout #B2C096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.92%

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

R = 34.23%
G = 36.92%
B = 28.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#B2C096 (or 0xB2C096) is known color: Sprout. HEX triplet: B2, C0 and 96. RGB value is (178,192,150). Sum of RGB (Red+Green+Blue) = 178+192+150=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C096 is #4D3F69. Grayscale: #B7B7B7. Windows color (decimal): -5062506 or 9879730. OLE color: 9879730.

HSL color Cylindrical-coordinate representation of color #B2C096: hue angle of 80º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2C096 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 150 -
CMYK 0.07 0 0.22 0.25
HSL 80º 0.25% 0.67% -
HSV(B) 80º 0.22% 0.75% -
XYZ 42.71 49.37 36.13 -
YUV 183.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 178 192 150 0.07 0 0.22 0.25 80 0.25 0.67
Hex B2 C0 96 7 0 16 19 50 19 43
Octal 262 300 226 7 0 26 31 120 31 103
Binary 10110010 11000000 10010110 111 0 10110 11001 1010000 11001 1000011

Color Harmonies of #B2C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C096

Black with #B2C096

Text Example


Text Example

White with #B2C096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C096; }

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

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

background-color css

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

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

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

border-color css

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

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

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