Html Css Color HEX #BAD486 Caper

📋 copy color: '#BAD486'

red 186 ◦ green 212 ◦ blue 134

#BAD486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #BAD486

Tints of Caper #BAD486

RGB

 RED value IS 186 (73.05% from 255) = 34.96%

 GREEN value IS 212 (83.2% from 255) = 39.85%

 BLUE value IS 134 (52.73% from 255) = 25.19%

R = 34.96%
G = 39.85%
B = 25.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#BAD486 (or 0xBAD486) is known color: Caper. HEX triplet: BA, D4 and 86. RGB value is (186,212,134). Sum of RGB (Red+Green+Blue) = 186+212+134=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD486 is #452B79. Grayscale: #C3C3C3. Windows color (decimal): -4533114 or 8836282. OLE color: 8836282.

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

Color convert

RGB 186 212 134 -
CMYK 0.12 0 0.37 0.17
HSL 80º 0.48% 0.68% -
HSV(B) 80º 0.37% 0.83% -
XYZ 48.1 59.25 31.46 -
YUV 195.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 186 212 134 0.12 0 0.37 0.17 80 0.48 0.68
Hex BA D4 86 C 0 25 11 50 30 44
Octal 272 324 206 14 0 45 21 120 60 104
Binary 10111010 11010100 10000110 1100 0 100101 10001 1010000 110000 1000100

Color Harmonies of #BAD486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD486

Black with #BAD486

Text Example


Text Example

White with #BAD486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD486; }

 p { color: rgb(186,212,134); }

 H1.HeaderClassName
 {
   color: #BAD486;
 }
 .AnyTagClassName
 {
   color: #BAD486;
 }
</style>

background-color css

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

 a { background-color: rgb(186,212,134); }

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

border-color css

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

 span { border-color: rgb(186,212,134); }

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