#BCEB6F

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

Shades of Sulu #BCEB6F

Tints of Sulu #BCEB6F

Color information

#BCEB6F (or 0xBCEB6F) is unknown color: approx Sulu. HEX triplet: BC, EB and 6F. RGB value is (188,235,111). Sum of RGB (Red+Green+Blue) = 188+235+111=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB6F is #431490. Grayscale: #CFCFCF. Windows color (decimal): -4396177 or 7334844. OLE color: 7334844.

HSL color Cylindrical-coordinate representation of color #BCEB6F: hue angle of 82.74º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCEB6F is Cyan = 0.2, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB188235111-
CMYK0.200.530.08
HSL82.74º75.61%67.84%-
HSV(B)82.74º52.77%92.16%-
XYZ53.3271.2625.98-
YUV206.8173.93114.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 235 (92.19% from 255) = 44.01%
BLUE value IS 111 (43.75% from 255) = 20.79%
R=35.21%
G=44.01%
B=20.79%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351110.200.530.0882.7475.6167.84
HexBCEB6F140358534c44
Octal2743531572406510123114104
Binary101111001110101111011111010001101011000101001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEB6F; }

 p { color: rgb(188,235,111); }

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

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

 a { background-color: rgb(188,235,111); }

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

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

 span { border-color: rgb(188,235,111); }

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