Html Css Color HEX #B2C195 Sprout

📋 copy color: '#B2C195'

red 178 ◦ green 193 ◦ blue 149

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

Shades of Sprout #B2C195

Tints of Sprout #B2C195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.12%

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 34.23%
G = 37.12%
B = 28.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#B2C195 (or 0xB2C195) is known color: Sprout. HEX triplet: B2, C1 and 95. RGB value is (178,193,149). Sum of RGB (Red+Green+Blue) = 178+193+149=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C195 is #4D3E6A. Grayscale: #B7B7B7. Windows color (decimal): -5062251 or 9814450. OLE color: 9814450.

HSL color Cylindrical-coordinate representation of color #B2C195: hue angle of 80.45º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2C195 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 193 149 -
CMYK 0.08 0 0.23 0.24
HSL 80.45º 0.26% 0.67% -
HSV(B) 80.45º 0.23% 0.76% -
XYZ 42.85 49.77 35.78 -
YUV 183.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 178 193 149 0.08 0 0.23 0.24 80.45 0.26 0.67
Hex B2 C1 95 8 0 17 18 50 1A 43
Octal 262 301 225 10 0 27 30 120 32 103
Binary 10110010 11000001 10010101 1000 0 10111 11000 1010000 11010 1000011

Color Harmonies of #B2C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C195

Black with #B2C195

Text Example


Text Example

White with #B2C195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C195; }

 p { color: rgb(178,193,149); }

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

background-color css

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

 a { background-color: rgb(178,193,149); }

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

border-color css

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

 span { border-color: rgb(178,193,149); }

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