Html Css Color HEX #B2C199 Sprout

📋 copy color: '#B2C199'

red 178 ◦ green 193 ◦ blue 153

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

Shades of Sprout #B2C199

Tints of Sprout #B2C199

RGB

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

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

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

R = 33.97%
G = 36.83%
B = 29.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#B2C199 (or 0xB2C199) is known color: Sprout. HEX triplet: B2, C1 and 99. RGB value is (178,193,153). Sum of RGB (Red+Green+Blue) = 178+193+153=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C199 is #4D3E66. Grayscale: #B8B8B8. Windows color (decimal): -5062247 or 10076594. OLE color: 10076594.

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

Color convert

RGB 178 193 153 -
CMYK 0.08 0 0.21 0.24
HSL 82.5º 0.24% 0.68% -
HSV(B) 82.5º 0.21% 0.76% -
XYZ 43.18 49.9 37.49 -
YUV 183.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 178 193 153 0.08 0 0.21 0.24 82.5 0.24 0.68
Hex B2 C1 99 8 0 15 18 52 18 44
Octal 262 301 231 10 0 25 30 122 30 104
Binary 10110010 11000001 10011001 1000 0 10101 11000 1010010 11000 1000100

Color Harmonies of #B2C199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C199

Black with #B2C199

Text Example


Text Example

White with #B2C199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C199; }

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

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

background-color css

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

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

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

border-color css

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

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

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