#BCDA77

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

Shades of Sulu #BCDA77

Tints of Sulu #BCDA77

Color information

#BCDA77 (or 0xBCDA77) is unknown color: approx Sulu. HEX triplet: BC, DA and 77. RGB value is (188,218,119). Sum of RGB (Red+Green+Blue) = 188+218+119=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA77 is #432588. Grayscale: #C6C6C6. Windows color (decimal): -4400521 or 7854780. OLE color: 7854780.

HSL color Cylindrical-coordinate representation of color #BCDA77: hue angle of 78.18º degrees, saturation: 0.57, 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 #BCDA77 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB188218119-
CMYK0.1400.450.15
HSL78.18º57.23%66.08%-
HSV(B)78.18º45.41%85.49%-
XYZ49.1462.1726.86-
YUV197.7483.56121.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 218 (85.55% from 255) = 41.52%
BLUE value IS 119 (46.88% from 255) = 22.67%
R=35.81%
G=41.52%
B=22.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181190.1400.450.1578.1857.2366.08
HexBCDA77E02DF4e3942
Octal274332167160551711671102
Binary1011110011011010111011111100101101111110011101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA77; }

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

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

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

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

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

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

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

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