#B0CF94

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

Shades of Sprout #B0CF94

Tints of Sprout #B0CF94

Color information

#B0CF94 (or 0xB0CF94) is unknown color: approx Sprout. HEX triplet: B0, CF and 94. RGB value is (176,207,148). Sum of RGB (Red+Green+Blue) = 176+207+148=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CF94 is #4F306B. Grayscale: #BFBFBF. Windows color (decimal): -5189740 or 9752496. OLE color: 9752496.

HSL color Cylindrical-coordinate representation of color #B0CF94: hue angle of 91.53º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0CF94 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB176207148-
CMYK0.1500.290.19
HSL91.53º38.06%69.61%-
HSV(B)91.53º28.5%81.18%-
XYZ45.5655.9936.42-
YUV191103.73117.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=33.15%
G=38.98%
B=27.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762071480.1500.290.1991.5338.0669.61
HexB0CF94F01D135c2646
Octal260317224170352313446106
Binary10110000110011111001010011110111011001110111001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CF94; }

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

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

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

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

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

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

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

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