#B1CD93

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

Shades of Sprout #B1CD93

Tints of Sprout #B1CD93

Color information

#B1CD93 (or 0xB1CD93) is unknown color: approx Sprout. HEX triplet: B1, CD and 93. RGB value is (177,205,147). Sum of RGB (Red+Green+Blue) = 177+205+147=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CD93 is #4E326C. Grayscale: #BEBEBE. Windows color (decimal): -5124717 or 9686449. OLE color: 9686449.

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

Color convert

RGB177205147-
CMYK0.1400.280.20
HSL88.97º36.71%69.02%-
HSV(B)88.97º28.29%80.39%-
XYZ45.2355.1235.86-
YUV190.02103.72118.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 147 (57.81% from 255) = 27.79%
R=33.46%
G=38.75%
B=27.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051470.1400.280.2088.9736.7169.02
HexB1CD93E01C14592545
Octal261315223160342413145105
Binary10110001110011011001001111100111001010010110011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD93; }

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

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

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

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

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

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

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

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