Html Css Color HEX #BAD080 Caper

📋 copy color: '#BAD080'

red 186 ◦ green 208 ◦ blue 128

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

Shades of Caper #BAD080

Tints of Caper #BAD080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.85%

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 35.63%
G = 39.85%
B = 24.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#BAD080 (or 0xBAD080) is known color: Caper. HEX triplet: BA, D0 and 80. RGB value is (186,208,128). Sum of RGB (Red+Green+Blue) = 186+208+128=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD080 is #452F7F. Grayscale: #C0C0C0. Windows color (decimal): -4534144 or 8442042. OLE color: 8442042.

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

Color convert

RGB 186 208 128 -
CMYK 0.11 0 0.38 0.18
HSL 76.5º 0.46% 0.66% -
HSV(B) 76.5º 0.38% 0.82% -
XYZ 46.7 57.11 28.98 -
YUV 192.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 186 208 128 0.11 0 0.38 0.18 76.5 0.46 0.66
Hex BA D0 80 B 0 26 12 4C 2E 42
Octal 272 320 200 13 0 46 22 114 56 102
Binary 10111010 11010000 10000000 1011 0 100110 10010 1001100 101110 1000010

Color Harmonies of #BAD080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD080

Black with #BAD080

Text Example


Text Example

White with #BAD080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD080; }

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

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

background-color css

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

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

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

border-color css

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

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

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