#B0C294

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

Shades of Sprout #B0C294

Tints of Sprout #B0C294

Color information

#B0C294 (or 0xB0C294) is unknown color: approx Sprout. HEX triplet: B0, C2 and 94. RGB value is (176,194,148). Sum of RGB (Red+Green+Blue) = 176+194+148=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C294 is #4F3D6B. Grayscale: #B7B7B7. Windows color (decimal): -5193068 or 9749168. OLE color: 9749168.

HSL color Cylindrical-coordinate representation of color #B0C294: hue angle of 83.48º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0C294 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB176194148-
CMYK0.0900.240.24
HSL83.48º27.38%67.06%-
HSV(B)83.48º23.71%76.08%-
XYZ42.5449.9535.42-
YUV183.37108.04122.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=33.98%
G=37.45%
B=28.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761941480.0900.240.2483.4827.3867.06
HexB0C294901818531b43
Octal260302224110303012333103
Binary1011000011000010100101001001011000110001010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C294; }

 p { color: rgb(176,194,148); }

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

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

 a { background-color: rgb(176,194,148); }

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

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

 span { border-color: rgb(176,194,148); }

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