#B0C093

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

Shades of Sprout #B0C093

Tints of Sprout #B0C093

Color information

#B0C093 (or 0xB0C093) is unknown color: approx Sprout. HEX triplet: B0, C0 and 93. RGB value is (176,192,147). Sum of RGB (Red+Green+Blue) = 176+192+147=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C093 is #4F3F6C. Grayscale: #B6B6B6. Windows color (decimal): -5193581 or 9683120. OLE color: 9683120.

HSL color Cylindrical-coordinate representation of color #B0C093: hue angle of 81.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0C093 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB176192147-
CMYK0.0800.230.25
HSL81.33º26.32%66.47%-
HSV(B)81.33º23.44%75.29%-
XYZ42.0249.0434.85-
YUV182.09108.2123.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=34.17%
G=37.28%
B=28.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921470.0800.230.2581.3326.3266.47
HexB0C093801719511a42
Octal260300223100273112132102
Binary1011000011000000100100111000010111110011010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C093; }

 p { color: rgb(176,192,147); }

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

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

 a { background-color: rgb(176,192,147); }

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

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

 span { border-color: rgb(176,192,147); }

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