#BAD383

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

Shades of Caper #BAD383

Tints of Caper #BAD383

Color information

#BAD383 (or 0xBAD383) is unknown color: approx Caper. HEX triplet: BA, D3 and 83. RGB value is (186,211,131). Sum of RGB (Red+Green+Blue) = 186+211+131=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD383 is #452C7C. Grayscale: #C2C2C2. Windows color (decimal): -4533373 or 8639418. OLE color: 8639418.

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

Color convert

RGB186211131-
CMYK0.1200.380.17
HSL78.75º47.62%67.06%-
HSV(B)78.75º37.91%82.75%-
XYZ47.6458.6730.29-
YUV194.492.22122-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 211 (82.81% from 255) = 39.96%
BLUE value IS 131 (51.56% from 255) = 24.81%
R=35.23%
G=39.96%
B=24.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862111310.1200.380.1778.7547.6267.06
HexBAD383C026114f3043
Octal272323203140462111760103
Binary101110101101001110000011110001001101000110011111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD383; }

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

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

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

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

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

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

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

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