#BCD578

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

Shades of Sulu #BCD578

Tints of Sulu #BCD578

Color information

#BCD578 (or 0xBCD578) is unknown color: approx Sulu. HEX triplet: BC, D5 and 78. RGB value is (188,213,120). Sum of RGB (Red+Green+Blue) = 188+213+120=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD578 is #432A87. Grayscale: #C3C3C3. Windows color (decimal): -4401800 or 7919036. OLE color: 7919036.

HSL color Cylindrical-coordinate representation of color #BCD578: hue angle of 76.13º 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 #BCD578 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB188213120-
CMYK0.1200.440.16
HSL76.13º52.54%65.29%-
HSV(B)76.13º43.66%83.53%-
XYZ47.9259.6426.75-
YUV194.9285.72123.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 120 (47.27% from 255) = 23.03%
R=36.08%
G=40.88%
B=23.03%

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
Decimal1882131200.1200.440.1676.1352.5465.29
HexBCD578C02C104c3541
Octal274325170140542011465101
Binary10111100110101011111000110001011001000010011001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD578; }

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

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

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

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

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

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

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

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