Html Css Color HEX #BAD17B Caper

📋 copy color: '#BAD17B'

red 186 ◦ green 209 ◦ blue 123

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

Shades of Caper #BAD17B

Tints of Caper #BAD17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.75%

R = 35.91%
G = 40.35%
B = 23.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#BAD17B (or 0xBAD17B) is known color: Caper. HEX triplet: BA, D1 and 7B. RGB value is (186,209,123). Sum of RGB (Red+Green+Blue) = 186+209+123=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD17B is #452E84. Grayscale: #C0C0C0. Windows color (decimal): -4533893 or 8114618. OLE color: 8114618.

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

Color convert

RGB 186 209 123 -
CMYK 0.11 0 0.41 0.18
HSL 76.05º 0.48% 0.65% -
HSV(B) 76.05º 0.41% 0.82% -
XYZ 46.63 57.47 27.37 -
YUV 192.32 88.88 123.49 -
System Red Green Blue C M Y K H S L
Decimal 186 209 123 0.11 0 0.41 0.18 76.05 0.48 0.65
Hex BA D1 7B B 0 29 12 4C 30 41
Octal 272 321 173 13 0 51 22 114 60 101
Binary 10111010 11010001 1111011 1011 0 101001 10010 1001100 110000 1000001

Color Harmonies of #BAD17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD17B

Black with #BAD17B

Text Example


Text Example

White with #BAD17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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