#BCE680

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

Shades of Sulu #BCE680

Tints of Sulu #BCE680

Color information

#BCE680 (or 0xBCE680) is unknown color: approx Sulu. HEX triplet: BC, E6 and 80. RGB value is (188,230,128). Sum of RGB (Red+Green+Blue) = 188+230+128=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE680 is #43197F. Grayscale: #CECECE. Windows color (decimal): -4397440 or 8447676. OLE color: 8447676.

HSL color Cylindrical-coordinate representation of color #BCE680: hue angle of 84.71º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCE680 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB188230128-
CMYK0.1800.440.10
HSL84.71º67.11%70.2%-
HSV(B)84.71º44.35%90.2%-
XYZ52.9368.8430.92-
YUV205.8184.09115.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 230 (90.23% from 255) = 42.12%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=34.43%
G=42.12%
B=23.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882301280.1800.440.1084.7167.1170.2
HexBCE6801202CA554346
Octal2743462002205412125103106
Binary1011110011100110100000001001001011001010101010110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE680; }

 p { color: rgb(188,230,128); }

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

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

 a { background-color: rgb(188,230,128); }

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

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

 span { border-color: rgb(188,230,128); }

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