Html Css Color HEX #BAD17A Caper

📋 copy color: '#BAD17A'

red 186 ◦ green 209 ◦ blue 122

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

Shades of Caper #BAD17A

Tints of Caper #BAD17A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.43%

 BLUE value IS 122 (48.05% from 255) = 23.6%

R = 35.98%
G = 40.43%
B = 23.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#BAD17A (or 0xBAD17A) is known color: Caper. HEX triplet: BA, D1 and 7A. RGB value is (186,209,122). Sum of RGB (Red+Green+Blue) = 186+209+122=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD17A is #452E85. Grayscale: #C0C0C0. Windows color (decimal): -4533894 or 8049082. OLE color: 8049082.

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

Color convert

RGB 186 209 122 -
CMYK 0.11 0 0.42 0.18
HSL 75.86º 0.49% 0.65% -
HSV(B) 75.86º 0.42% 0.82% -
XYZ 46.56 57.45 27.05 -
YUV 192.21 88.38 123.57 -
System Red Green Blue C M Y K H S L
Decimal 186 209 122 0.11 0 0.42 0.18 75.86 0.49 0.65
Hex BA D1 7A B 0 2A 12 4C 31 41
Octal 272 321 172 13 0 52 22 114 61 101
Binary 10111010 11010001 1111010 1011 0 101010 10010 1001100 110001 1000001

Color Harmonies of #BAD17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD17A

Black with #BAD17A

Text Example


Text Example

White with #BAD17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD17A; }

 p { color: rgb(186,209,122); }

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

background-color css

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

 a { background-color: rgb(186,209,122); }

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

border-color css

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

 span { border-color: rgb(186,209,122); }

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