Html Css Color HEX #B2C59E Sprout

📋 copy color: '#B2C59E'

red 178 ◦ green 197 ◦ blue 158

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

Shades of Sprout #B2C59E

Tints of Sprout #B2C59E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.96%

 BLUE value IS 158 (62.11% from 255) = 29.64%

R = 33.4%
G = 36.96%
B = 29.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#B2C59E (or 0xB2C59E) is known color: Sprout. HEX triplet: B2, C5 and 9E. RGB value is (178,197,158). Sum of RGB (Red+Green+Blue) = 178+197+158=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C59E is #4D3A61. Grayscale: #BBBBBB. Windows color (decimal): -5061218 or 10405298. OLE color: 10405298.

HSL color Cylindrical-coordinate representation of color #B2C59E: hue angle of 89.23º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2C59E is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 197 158 -
CMYK 0.10 0 0.20 0.23
HSL 89.23º 0.25% 0.7% -
HSV(B) 89.23º 0.2% 0.77% -
XYZ 44.5 51.87 40.01 -
YUV 186.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 178 197 158 0.10 0 0.20 0.23 89.23 0.25 0.7
Hex B2 C5 9E A 0 14 17 59 19 46
Octal 262 305 236 12 0 24 27 131 31 106
Binary 10110010 11000101 10011110 1010 0 10100 10111 1011001 11001 1000110

Color Harmonies of #B2C59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C59E

Black with #B2C59E

Text Example


Text Example

White with #B2C59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C59E; }

 p { color: rgb(178,197,158); }

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

background-color css

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

 a { background-color: rgb(178,197,158); }

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

border-color css

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

 span { border-color: rgb(178,197,158); }

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