#B1CD9C

Color #B1CD9C Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B1CD9C

Tints of Sprout #B1CD9C

Color information

#B1CD9C (or 0xB1CD9C) is unknown color: approx Sprout. HEX triplet: B1, CD and 9C. RGB value is (177,205,156). Sum of RGB (Red+Green+Blue) = 177+205+156=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CD9C is #4E3263. Grayscale: #BFBFBF. Windows color (decimal): -5124708 or 10276273. OLE color: 10276273.

HSL color Cylindrical-coordinate representation of color #B1CD9C: hue angle of 94.29º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1CD9C is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB177205156-
CMYK0.1400.240.20
HSL94.29º32.89%70.78%-
HSV(B)94.29º23.9%80.39%-
XYZ45.9655.4139.73-
YUV191.04108.22117.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 156 (61.33% from 255) = 29.00%
R=32.90%
G=38.10%
B=29.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051560.1400.240.2094.2932.8970.78
HexB1CD9CE018145e2147
Octal261315234160302413641107
Binary10110001110011011001110011100110001010010111101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD9C; }

 p { color: rgb(177,205,156); }

 H1.HeaderClassName
 {
   color: #B1CD9C;
 }
 .AnyTagClassName
 {
   color: #B1CD9C;
 }
</style>
background-color css

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

 a { background-color: rgb(177,205,156); }

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

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

 span { border-color: rgb(177,205,156); }

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