#BCDE6D

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

Shades of Sulu #BCDE6D

Tints of Sulu #BCDE6D

Color information

#BCDE6D (or 0xBCDE6D) is unknown color: approx Sulu. HEX triplet: BC, DE and 6D. RGB value is (188,222,109). Sum of RGB (Red+Green+Blue) = 188+222+109=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE6D is #432192. Grayscale: #C7C7C7. Windows color (decimal): -4399507 or 7200444. OLE color: 7200444.

HSL color Cylindrical-coordinate representation of color #BCDE6D: hue angle of 78.05º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCDE6D is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB188222109-
CMYK0.1500.510.13
HSL78.05º63.13%64.9%-
HSV(B)78.05º50.9%87.06%-
XYZ49.6264.0424.21-
YUV198.9577.24120.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 222 (87.11% from 255) = 42.77%
BLUE value IS 109 (42.97% from 255) = 21.00%
R=36.22%
G=42.77%
B=21.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221090.1500.510.1378.0563.1364.9
HexBCDE6DF033D4e3f41
Octal274336155170631511677101
Binary1011110011011110110110111110110011110110011101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE6D; }

 p { color: rgb(188,222,109); }

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

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

 a { background-color: rgb(188,222,109); }

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

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

 span { border-color: rgb(188,222,109); }

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