#BCE86D

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

Shades of Sulu #BCE86D

Tints of Sulu #BCE86D

Color information

#BCE86D (or 0xBCE86D) is unknown color: approx Sulu. HEX triplet: BC, E8 and 6D. RGB value is (188,232,109). Sum of RGB (Red+Green+Blue) = 188+232+109=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE86D is #431792. Grayscale: #CDCDCD. Windows color (decimal): -4396947 or 7203004. OLE color: 7203004.

HSL color Cylindrical-coordinate representation of color #BCE86D: hue angle of 81.46º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCE86D is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB188232109-
CMYK0.1900.530.09
HSL81.46º72.78%66.86%-
HSV(B)81.46º53.02%90.98%-
XYZ52.3669.5125.13-
YUV204.8273.92116-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 232 (91.02% from 255) = 43.86%
BLUE value IS 109 (42.97% from 255) = 20.60%
R=35.54%
G=43.86%
B=20.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882321090.1900.530.0981.4672.7866.86
HexBCE86D130359514943
Octal2743501552306511121111103
Binary101111001110100011011011001101101011001101000110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE86D; }

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

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

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

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

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

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

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

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