Html Css Color HEX #B2C99F Sprout

📋 copy color: '#B2C99F'

red 178 ◦ green 201 ◦ blue 159

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

Shades of Sprout #B2C99F

Tints of Sprout #B2C99F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.55%

R = 33.09%
G = 37.36%
B = 29.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#B2C99F (or 0xB2C99F) is known color: Sprout. HEX triplet: B2, C9 and 9F. RGB value is (178,201,159). Sum of RGB (Red+Green+Blue) = 178+201+159=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C99F is #4D3660. Grayscale: #BDBDBD. Windows color (decimal): -5060193 or 10471858. OLE color: 10471858.

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

Color convert

RGB 178 201 159 -
CMYK 0.11 0 0.21 0.21
HSL 92.86º 0.28% 0.71% -
HSV(B) 92.86º 0.21% 0.79% -
XYZ 45.5 53.74 40.78 -
YUV 189.34 110.88 119.92 -
System Red Green Blue C M Y K H S L
Decimal 178 201 159 0.11 0 0.21 0.21 92.86 0.28 0.71
Hex B2 C9 9F B 0 15 15 5D 1C 47
Octal 262 311 237 13 0 25 25 135 34 107
Binary 10110010 11001001 10011111 1011 0 10101 10101 1011101 11100 1000111

Color Harmonies of #B2C99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C99F

Black with #B2C99F

Text Example


Text Example

White with #B2C99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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