#BCDA84

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

Shades of Sulu #BCDA84

Tints of Sulu #BCDA84

Color information

#BCDA84 (or 0xBCDA84) is unknown color: approx Sulu. HEX triplet: BC, DA and 84. RGB value is (188,218,132). Sum of RGB (Red+Green+Blue) = 188+218+132=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA84 is #43257B. Grayscale: #C7C7C7. Windows color (decimal): -4400508 or 8706748. OLE color: 8706748.

HSL color Cylindrical-coordinate representation of color #BCDA84: hue angle of 80.93º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCDA84 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB188218132-
CMYK0.1400.390.15
HSL80.93º53.75%68.63%-
HSV(B)80.93º39.45%85.49%-
XYZ49.9862.531.26-
YUV199.2390.06119.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 218 (85.55% from 255) = 40.52%
BLUE value IS 132 (51.95% from 255) = 24.54%
R=34.94%
G=40.52%
B=24.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181320.1400.390.1580.9353.7568.63
HexBCDA84E027F513645
Octal274332204160471712166105
Binary10111100110110101000010011100100111111110100011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA84; }

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

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

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

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

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

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

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

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