#BAD183

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

Shades of Caper #BAD183

Tints of Caper #BAD183

Color information

#BAD183 (or 0xBAD183) is unknown color: approx Caper. HEX triplet: BA, D1 and 83. RGB value is (186,209,131). Sum of RGB (Red+Green+Blue) = 186+209+131=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD183 is #452E7C. Grayscale: #C1C1C1. Windows color (decimal): -4533885 or 8638906. OLE color: 8638906.

HSL color Cylindrical-coordinate representation of color #BAD183: hue angle of 77.69º degrees, saturation: 0.46, 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 #BAD183 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB186209131-
CMYK0.1100.370.18
HSL77.69º45.88%66.67%-
HSV(B)77.69º37.32%81.96%-
XYZ47.1557.6830.12-
YUV193.2392.88122.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 131 (51.56% from 255) = 24.90%
R=35.36%
G=39.73%
B=24.90%

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
Decimal1862091310.1100.370.1877.6945.8866.67
HexBAD183B025124e2e43
Octal272321203130452211656103
Binary101110101101000110000011101101001011001010011101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD183; }

 p { color: rgb(186,209,131); }

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

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

 a { background-color: rgb(186,209,131); }

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

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

 span { border-color: rgb(186,209,131); }

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