Html Css Color HEX #B2C599 Sprout

📋 copy color: '#B2C599'

red 178 ◦ green 197 ◦ blue 153

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

Shades of Sprout #B2C599

Tints of Sprout #B2C599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.98%

R = 33.71%
G = 37.31%
B = 28.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#B2C599 (or 0xB2C599) is known color: Sprout. HEX triplet: B2, C5 and 99. RGB value is (178,197,153). Sum of RGB (Red+Green+Blue) = 178+197+153=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C599 is #4D3A66. Grayscale: #BABABA. Windows color (decimal): -5061223 or 10077618. OLE color: 10077618.

HSL color Cylindrical-coordinate representation of color #B2C599: hue angle of 85.91º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2C599 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 197 153 -
CMYK 0.10 0 0.22 0.23
HSL 85.91º 0.28% 0.69% -
HSV(B) 85.91º 0.22% 0.77% -
XYZ 44.08 51.7 37.79 -
YUV 186.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 178 197 153 0.10 0 0.22 0.23 85.91 0.28 0.69
Hex B2 C5 99 A 0 16 17 56 1C 45
Octal 262 305 231 12 0 26 27 126 34 105
Binary 10110010 11000101 10011001 1010 0 10110 10111 1010110 11100 1000101

Color Harmonies of #B2C599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C599

Black with #B2C599

Text Example


Text Example

White with #B2C599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C599; }

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

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

background-color css

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

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

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

border-color css

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

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

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