Html Css Color HEX #B1C295 Sprout

📋 copy color: '#B1C295'

red 177 ◦ green 194 ◦ blue 149

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

Shades of Sprout #B1C295

Tints of Sprout #B1C295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 34.04%
G = 37.31%
B = 28.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#B1C295 (or 0xB1C295) is known color: Sprout. HEX triplet: B1, C2 and 95. RGB value is (177,194,149). Sum of RGB (Red+Green+Blue) = 177+194+149=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C295 is #4E3D6A. Grayscale: #B7B7B7. Windows color (decimal): -5127531 or 9814705. OLE color: 9814705.

HSL color Cylindrical-coordinate representation of color #B1C295: hue angle of 82.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1C295 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 149 -
CMYK 0.09 0 0.23 0.24
HSL 82.67º 0.27% 0.67% -
HSV(B) 82.67º 0.23% 0.76% -
XYZ 42.85 50.1 35.85 -
YUV 183.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 177 194 149 0.09 0 0.23 0.24 82.67 0.27 0.67
Hex B1 C2 95 9 0 17 18 53 1B 43
Octal 261 302 225 11 0 27 30 123 33 103
Binary 10110001 11000010 10010101 1001 0 10111 11000 1010011 11011 1000011

Color Harmonies of #B1C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C295

Black with #B1C295

Text Example


Text Example

White with #B1C295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C295; }

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

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

background-color css

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

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

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

border-color css

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

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

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