#BAD385

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

Shades of Caper #BAD385

Tints of Caper #BAD385

Color information

#BAD385 (or 0xBAD385) is unknown color: approx Caper. HEX triplet: BA, D3 and 85. RGB value is (186,211,133). Sum of RGB (Red+Green+Blue) = 186+211+133=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD385 is #452C7A. Grayscale: #C2C2C2. Windows color (decimal): -4533371 or 8770490. OLE color: 8770490.

HSL color Cylindrical-coordinate representation of color #BAD385: hue angle of 79.23º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAD385 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB186211133-
CMYK0.1200.370.17
HSL79.23º46.99%67.45%-
HSV(B)79.23º36.97%82.75%-
XYZ47.7858.7231.01-
YUV194.6393.22121.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=35.09%
G=39.81%
B=25.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862111330.1200.370.1779.2346.9967.45
HexBAD385C025114f2f43
Octal272323205140452111757103
Binary101110101101001110000101110001001011000110011111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD385; }

 p { color: rgb(186,211,133); }

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

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

 a { background-color: rgb(186,211,133); }

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

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

 span { border-color: rgb(186,211,133); }

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