#B0C29D

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

Shades of Sprout #B0C29D

Tints of Sprout #B0C29D

Color information

#B0C29D (or 0xB0C29D) is unknown color: approx Sprout. HEX triplet: B0, C2 and 9D. RGB value is (176,194,157). Sum of RGB (Red+Green+Blue) = 176+194+157=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C29D is #4F3D62. Grayscale: #B8B8B8. Windows color (decimal): -5193059 or 10338992. OLE color: 10338992.

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

Color convert

RGB176194157-
CMYK0.0900.190.24
HSL89.19º23.27%68.82%-
HSV(B)89.19º19.07%76.08%-
XYZ43.2850.2539.32-
YUV184.4112.54122.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=33.40%
G=36.81%
B=29.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761941570.0900.190.2489.1923.2768.82
HexB0C29D901318591745
Octal260302235110233013127105
Binary1011000011000010100111011001010011110001011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C29D; }

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

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

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

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

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

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

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

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