#BCCD90

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

Shades of Sprout #BCCD90

Tints of Sprout #BCCD90

Color information

#BCCD90 (or 0xBCCD90) is unknown color: approx Sprout. HEX triplet: BC, CD and 90. RGB value is (188,205,144). Sum of RGB (Red+Green+Blue) = 188+205+144=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD90 is #43326F. Grayscale: #C1C1C1. Windows color (decimal): -4403824 or 9489852. OLE color: 9489852.

HSL color Cylindrical-coordinate representation of color #BCCD90: hue angle of 76.72º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCCD90 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB188205144-
CMYK0.0800.300.20
HSL76.72º37.89%68.43%-
HSV(B)76.72º29.76%80.39%-
XYZ47.656.3734.76-
YUV192.96100.37124.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 144 (56.64% from 255) = 26.82%
R=35.01%
G=38.18%
B=26.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051440.0800.300.2076.7237.8968.43
HexBCCD90801E144d2644
Octal274315220100362411546104
Binary10111100110011011001000010000111101010010011011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD90; }

 p { color: rgb(188,205,144); }

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

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

 a { background-color: rgb(188,205,144); }

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

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

 span { border-color: rgb(188,205,144); }

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