#BAD684

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

Shades of Sulu #BAD684

Tints of Sulu #BAD684

Color information

#BAD684 (or 0xBAD684) is unknown color: approx Sulu. HEX triplet: BA, D6 and 84. RGB value is (186,214,132). Sum of RGB (Red+Green+Blue) = 186+214+132=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD684 is #45297B. Grayscale: #C4C4C4. Windows color (decimal): -4532604 or 8705722. OLE color: 8705722.

HSL color Cylindrical-coordinate representation of color #BAD684: hue angle of 80.49º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAD684 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB186214132-
CMYK0.1300.380.16
HSL80.49º50%67.84%-
HSV(B)80.49º38.32%83.92%-
XYZ48.4660.230.9-
YUV196.2891.72120.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 132 (51.95% from 255) = 24.81%
R=34.96%
G=40.23%
B=24.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141320.1300.380.1680.495067.84
HexBAD684D02610503244
Octal272326204150462012062104
Binary101110101101011010000100110101001101000010100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD684; }

 p { color: rgb(186,214,132); }

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

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

 a { background-color: rgb(186,214,132); }

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

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

 span { border-color: rgb(186,214,132); }

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