Html Css Color HEX #B2D595 Sprout

📋 copy color: '#B2D595'

red 178 ◦ green 213 ◦ blue 149

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

Shades of Sprout #B2D595

Tints of Sprout #B2D595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.44%

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

R = 32.96%
G = 39.44%
B = 27.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#B2D595 (or 0xB2D595) is known color: Sprout. HEX triplet: B2, D5 and 95. RGB value is (178,213,149). Sum of RGB (Red+Green+Blue) = 178+213+149=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D595 is #4D2A6A. Grayscale: #C3C3C3. Windows color (decimal): -5057131 or 9819570. OLE color: 9819570.

HSL color Cylindrical-coordinate representation of color #B2D595: hue angle of 92.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2D595 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 149 -
CMYK 0.16 0 0.30 0.16
HSL 92.81º 0.43% 0.71% -
HSV(B) 92.81º 0.3% 0.84% -
XYZ 47.58 59.22 37.36 -
YUV 195.24 101.9 115.7 -
System Red Green Blue C M Y K H S L
Decimal 178 213 149 0.16 0 0.30 0.16 92.81 0.43 0.71
Hex B2 D5 95 10 0 1E 10 5D 2B 47
Octal 262 325 225 20 0 36 20 135 53 107
Binary 10110010 11010101 10010101 10000 0 11110 10000 1011101 101011 1000111

Color Harmonies of #B2D595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D595

Black with #B2D595

Text Example


Text Example

White with #B2D595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D595; }

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

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

background-color css

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

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

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

border-color css

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

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

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