Html Css Color HEX #B2C99C Sprout

📋 copy color: '#B2C99C'

red 178 ◦ green 201 ◦ blue 156

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

Shades of Sprout #B2C99C

Tints of Sprout #B2C99C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.57%

 BLUE value IS 156 (61.33% from 255) = 29.16%

R = 33.27%
G = 37.57%
B = 29.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#B2C99C (or 0xB2C99C) is known color: Sprout. HEX triplet: B2, C9 and 9C. RGB value is (178,201,156). Sum of RGB (Red+Green+Blue) = 178+201+156=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C99C is #4D3663. Grayscale: #BDBDBD. Windows color (decimal): -5060196 or 10275250. OLE color: 10275250.

HSL color Cylindrical-coordinate representation of color #B2C99C: hue angle of 90.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2C99C is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 156 -
CMYK 0.11 0 0.22 0.21
HSL 90.67º 0.29% 0.7% -
HSV(B) 90.67º 0.22% 0.79% -
XYZ 45.25 53.64 39.42 -
YUV 188.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 178 201 156 0.11 0 0.22 0.21 90.67 0.29 0.7
Hex B2 C9 9C B 0 16 15 5B 1D 46
Octal 262 311 234 13 0 26 25 133 35 106
Binary 10110010 11001001 10011100 1011 0 10110 10101 1011011 11101 1000110

Color Harmonies of #B2C99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C99C

Black with #B2C99C

Text Example


Text Example

White with #B2C99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C99C; }

 p { color: rgb(178,201,156); }

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

background-color css

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

 a { background-color: rgb(178,201,156); }

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

border-color css

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

 span { border-color: rgb(178,201,156); }

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