#BCDC77

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

Shades of Sulu #BCDC77

Tints of Sulu #BCDC77

Color information

#BCDC77 (or 0xBCDC77) is unknown color: approx Sulu. HEX triplet: BC, DC and 77. RGB value is (188,220,119). Sum of RGB (Red+Green+Blue) = 188+220+119=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC77 is #432388. Grayscale: #C7C7C7. Windows color (decimal): -4400009 or 7855292. OLE color: 7855292.

HSL color Cylindrical-coordinate representation of color #BCDC77: hue angle of 79.01º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCDC77 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB188220119-
CMYK0.1500.460.14
HSL79.01º59.06%66.47%-
HSV(B)79.01º45.91%86.27%-
XYZ49.6663.2127.04-
YUV198.9282.9120.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 119 (46.88% from 255) = 22.58%
R=35.67%
G=41.75%
B=22.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201190.1500.460.1479.0159.0666.47
HexBCDC77F02EE4f3b42
Octal274334167170561611773102
Binary1011110011011100111011111110101110111010011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDC77; }

 p { color: rgb(188,220,119); }

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

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

 a { background-color: rgb(188,220,119); }

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

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

 span { border-color: rgb(188,220,119); }

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