Html Css Color HEX #BAD576 Caper

📋 copy color: '#BAD576'

red 186 ◦ green 213 ◦ blue 118

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

Shades of Caper #BAD576

Tints of Caper #BAD576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

 BLUE value IS 118 (46.48% from 255) = 22.82%

R = 35.98%
G = 41.2%
B = 22.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#BAD576 (or 0xBAD576) is known color: Caper. HEX triplet: BA, D5 and 76. RGB value is (186,213,118). Sum of RGB (Red+Green+Blue) = 186+213+118=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD576 is #452A89. Grayscale: #C2C2C2. Windows color (decimal): -4532874 or 7787962. OLE color: 7787962.

HSL color Cylindrical-coordinate representation of color #BAD576: hue angle of 77.05º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAD576 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 118 -
CMYK 0.13 0 0.45 0.16
HSL 77.05º 0.53% 0.65% -
HSV(B) 77.05º 0.45% 0.84% -
XYZ 47.31 59.34 26.1 -
YUV 194.1 85.05 122.22 -
System Red Green Blue C M Y K H S L
Decimal 186 213 118 0.13 0 0.45 0.16 77.05 0.53 0.65
Hex BA D5 76 D 0 2D 10 4D 35 41
Octal 272 325 166 15 0 55 20 115 65 101
Binary 10111010 11010101 1110110 1101 0 101101 10000 1001101 110101 1000001

Color Harmonies of #BAD576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD576

Black with #BAD576

Text Example


Text Example

White with #BAD576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD576; }

 p { color: rgb(186,213,118); }

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

background-color css

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

 a { background-color: rgb(186,213,118); }

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

border-color css

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

 span { border-color: rgb(186,213,118); }

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