Html Css Color HEX #BAD388 Caper

📋 copy color: '#BAD388'

red 186 ◦ green 211 ◦ blue 136

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

Shades of Caper #BAD388

Tints of Caper #BAD388

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.59%

 BLUE value IS 136 (53.52% from 255) = 25.52%

R = 34.9%
G = 39.59%
B = 25.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#BAD388 (or 0xBAD388) is known color: Caper. HEX triplet: BA, D3 and 88. RGB value is (186,211,136). Sum of RGB (Red+Green+Blue) = 186+211+136=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD388 is #452C77. Grayscale: #C3C3C3. Windows color (decimal): -4533368 or 8967098. OLE color: 8967098.

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

Color convert

RGB 186 211 136 -
CMYK 0.12 0 0.36 0.17
HSL 80º 0.46% 0.68% -
HSV(B) 80º 0.36% 0.83% -
XYZ 47.99 58.81 32.11 -
YUV 194.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 186 211 136 0.12 0 0.36 0.17 80 0.46 0.68
Hex BA D3 88 C 0 24 11 50 2E 44
Octal 272 323 210 14 0 44 21 120 56 104
Binary 10111010 11010011 10001000 1100 0 100100 10001 1010000 101110 1000100

Color Harmonies of #BAD388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD388

Black with #BAD388

Text Example


Text Example

White with #BAD388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD388; }

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

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

background-color css

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

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

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

border-color css

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

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

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