#BCE982

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

Shades of Sulu #BCE982

Tints of Sulu #BCE982

Color information

#BCE982 (or 0xBCE982) is unknown color: approx Sulu. HEX triplet: BC, E9 and 82. RGB value is (188,233,130). Sum of RGB (Red+Green+Blue) = 188+233+130=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE982 is #43167D. Grayscale: #D0D0D0. Windows color (decimal): -4396670 or 8579516. OLE color: 8579516.

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

Color convert

RGB188233130-
CMYK0.1900.440.09
HSL86.21º70.07%71.18%-
HSV(B)86.21º44.21%91.37%-
XYZ53.9170.5831.9-
YUV207.884.09113.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 233 (91.41% from 255) = 42.29%
BLUE value IS 130 (51.17% from 255) = 23.59%
R=34.12%
G=42.29%
B=23.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882331300.1900.440.0986.2170.0771.18
HexBCE9821302C9564647
Octal2743512022305411126106107
Binary1011110011101001100000101001101011001001101011010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE982; }

 p { color: rgb(188,233,130); }

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

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

 a { background-color: rgb(188,233,130); }

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

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

 span { border-color: rgb(188,233,130); }

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