#BCD978

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

Shades of Sulu #BCD978

Tints of Sulu #BCD978

Color information

#BCD978 (or 0xBCD978) is unknown color: approx Sulu. HEX triplet: BC, D9 and 78. RGB value is (188,217,120). Sum of RGB (Red+Green+Blue) = 188+217+120=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD978 is #432687. Grayscale: #C5C5C5. Windows color (decimal): -4400776 or 7920060. OLE color: 7920060.

HSL color Cylindrical-coordinate representation of color #BCD978: hue angle of 77.94º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCD978 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB188217120-
CMYK0.1300.450.15
HSL77.94º56.07%66.08%-
HSV(B)77.94º44.7%85.1%-
XYZ48.9461.6727.09-
YUV197.2784.39121.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 120 (47.27% from 255) = 22.86%
R=35.81%
G=41.33%
B=22.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171200.1300.450.1577.9456.0766.08
HexBCD978D02DF4e3842
Octal274331170150551711670102
Binary1011110011011001111100011010101101111110011101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD978; }

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

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

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

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

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

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

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

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