#BAD084

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

Shades of Caper #BAD084

Tints of Caper #BAD084

Color information

#BAD084 (or 0xBAD084) is unknown color: approx Caper. HEX triplet: BA, D0 and 84. RGB value is (186,208,132). Sum of RGB (Red+Green+Blue) = 186+208+132=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD084 is #452F7B. Grayscale: #C1C1C1. Windows color (decimal): -4534140 or 8704186. OLE color: 8704186.

HSL color Cylindrical-coordinate representation of color #BAD084: hue angle of 77.37º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAD084 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB186208132-
CMYK0.1100.370.18
HSL77.37º44.71%66.67%-
HSV(B)77.37º36.54%81.57%-
XYZ46.9757.2230.4-
YUV192.7693.71123.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 132 (51.95% from 255) = 25.10%
R=35.36%
G=39.54%
B=25.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862081320.1100.370.1877.3744.7166.67
HexBAD084B025124d2d43
Octal272320204130452211555103
Binary101110101101000010000100101101001011001010011011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD084; }

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

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

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

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

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

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

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

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