Html Css Color HEX #B1C299 Sprout

📋 copy color: '#B1C299'

red 177 ◦ green 194 ◦ blue 153

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

Shades of Sprout #B1C299

Tints of Sprout #B1C299

RGB

 RED value IS 177 (69.53% from 255) = 33.78%

 GREEN value IS 194 (76.17% from 255) = 37.02%

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

R = 33.78%
G = 37.02%
B = 29.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#B1C299 (or 0xB1C299) is known color: Sprout. HEX triplet: B1, C2 and 99. RGB value is (177,194,153). Sum of RGB (Red+Green+Blue) = 177+194+153=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C299 is #4E3D66. Grayscale: #B8B8B8. Windows color (decimal): -5127527 or 10076849. OLE color: 10076849.

HSL color Cylindrical-coordinate representation of color #B1C299: hue angle of 84.88º degrees, saturation: 0.25, 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 #B1C299 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 153 -
CMYK 0.09 0 0.21 0.24
HSL 84.88º 0.25% 0.68% -
HSV(B) 84.88º 0.21% 0.76% -
XYZ 43.17 50.23 37.56 -
YUV 184.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 177 194 153 0.09 0 0.21 0.24 84.88 0.25 0.68
Hex B1 C2 99 9 0 15 18 55 19 44
Octal 261 302 231 11 0 25 30 125 31 104
Binary 10110001 11000010 10011001 1001 0 10101 11000 1010101 11001 1000100

Color Harmonies of #B1C299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C299

Black with #B1C299

Text Example


Text Example

White with #B1C299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C299; }

 p { color: rgb(177,194,153); }

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

background-color css

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

 a { background-color: rgb(177,194,153); }

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

border-color css

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

 span { border-color: rgb(177,194,153); }

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