#bcd577

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

Shades of Sulu #BCD577

Tints of Sulu #BCD577

Color information

#BCD577 (or 0xBCD577) is unknown color: approx Sulu. HEX triplet: BC, D5 and 77. RGB value is (188,213,119). Sum of RGB (Red+Green+Blue) = 188+213+119=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD577 is #432A88. Grayscale: #C3C3C3. Windows color (decimal): -4401801 or 7853500. OLE color: 7853500.

HSL color Cylindrical-coordinate representation of color #BCD577: hue angle of 75.96º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCD577 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB188213119-
CMYK0.1200.440.16
HSL75.96º52.81%65.1%-
HSV(B)75.96º44.13%83.53%-
XYZ47.8659.6126.44-
YUV194.8185.22123.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 119 (46.88% from 255) = 22.88%
R=36.15%
G=40.96%
B=22.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131190.1200.440.1675.9652.8165.1
HexBCD577C02C104c3541
Octal274325167140542011465101
Binary10111100110101011110111110001011001000010011001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcd577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcd577; }

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

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

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

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

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

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

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

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