#B3D093

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

Shades of Sprout #B3D093

Tints of Sprout #B3D093

Color information

#B3D093 (or 0xB3D093) is unknown color: approx Sprout. HEX triplet: B3, D0 and 93. RGB value is (179,208,147). Sum of RGB (Red+Green+Blue) = 179+208+147=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #B3D093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D093 is #4C2F6C. Grayscale: #C0C0C0. Windows color (decimal): -4992877 or 9687219. OLE color: 9687219.

HSL color Cylindrical-coordinate representation of color #B3D093: hue angle of 88.52º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3D093 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB179208147-
CMYK0.1400.290.18
HSL88.52º39.35%69.61%-
HSV(B)88.52º29.33%81.57%-
XYZ46.4156.836.12-
YUV192.38102.39118.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.52%
GREEN value IS 208 (81.64% from 255) = 38.95%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=33.52%
G=38.95%
B=27.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792081470.1400.290.1888.5239.3569.61
HexB3D093E01D12592746
Octal263320223160352213147106
Binary10110011110100001001001111100111011001010110011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D093; }

 p { color: rgb(179,208,147); }

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

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

 a { background-color: rgb(179,208,147); }

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

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

 span { border-color: rgb(179,208,147); }

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