#BCD58B

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

Shades of Sprout #BCD58B

Tints of Sprout #BCD58B

Color information

#BCD58B (or 0xBCD58B) is unknown color: approx Sprout. HEX triplet: BC, D5 and 8B. RGB value is (188,213,139). Sum of RGB (Red+Green+Blue) = 188+213+139=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD58B is #432A74. Grayscale: #C5C5C5. Windows color (decimal): -4401781 or 9164220. OLE color: 9164220.

HSL color Cylindrical-coordinate representation of color #BCD58B: hue angle of 80.27º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCD58B is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB188213139-
CMYK0.1200.350.16
HSL80.27º46.84%69.02%-
HSV(B)80.27º34.74%83.53%-
XYZ49.1960.1433.44-
YUV197.0995.22121.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 139 (54.69% from 255) = 25.74%
R=34.81%
G=39.44%
B=25.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131390.1200.350.1680.2746.8469.02
HexBCD58BC02310502f45
Octal274325213140432012057105
Binary101111001101010110001011110001000111000010100001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD58B; }

 p { color: rgb(188,213,139); }

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

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

 a { background-color: rgb(188,213,139); }

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

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

 span { border-color: rgb(188,213,139); }

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