#BCDF76

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

Shades of Sulu #BCDF76

Tints of Sulu #BCDF76

Color information

#BCDF76 (or 0xBCDF76) is unknown color: approx Sulu. HEX triplet: BC, DF and 76. RGB value is (188,223,118). Sum of RGB (Red+Green+Blue) = 188+223+118=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF76 is #432089. Grayscale: #C8C8C8. Windows color (decimal): -4399242 or 7790524. OLE color: 7790524.

HSL color Cylindrical-coordinate representation of color #BCDF76: hue angle of 80º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCDF76 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB188223118-
CMYK0.1600.470.13
HSL80º62.13%66.86%-
HSV(B)80º47.09%87.45%-
XYZ50.464.7726.99-
YUV200.5681.4119.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 118 (46.48% from 255) = 22.31%
R=35.54%
G=42.16%
B=22.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231180.1600.470.138062.1366.86
HexBCDF761002FD503e43
Octal274337166200571512076103
Binary10111100110111111110110100000101111110110100001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDF76; }

 p { color: rgb(188,223,118); }

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

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

 a { background-color: rgb(188,223,118); }

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

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

 span { border-color: rgb(188,223,118); }

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