#B1CD8E

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

Shades of Sprout #B1CD8E

Tints of Sprout #B1CD8E

Color information

#B1CD8E (or 0xB1CD8E) is unknown color: approx Sprout. HEX triplet: B1, CD and 8E. RGB value is (177,205,142). Sum of RGB (Red+Green+Blue) = 177+205+142=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CD8E is #4E3271. Grayscale: #BDBDBD. Windows color (decimal): -5124722 or 9358769. OLE color: 9358769.

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

Color convert

RGB177205142-
CMYK0.1400.310.20
HSL86.67º38.65%68.04%-
HSV(B)86.67º30.73%80.39%-
XYZ44.8554.9633.84-
YUV189.45101.22119.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=33.78%
G=39.12%
B=27.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051420.1400.310.2086.6738.6568.04
HexB1CD8EE01F14572744
Octal261315216160372412747104
Binary10110001110011011000111011100111111010010101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD8E; }

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

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

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

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

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

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

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

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