Html Css Color HEX #BAD379 Caper

📋 copy color: '#BAD379'

red 186 ◦ green 211 ◦ blue 121

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

Shades of Caper #BAD379

Tints of Caper #BAD379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.36%

R = 35.91%
G = 40.73%
B = 23.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#BAD379 (or 0xBAD379) is known color: Caper. HEX triplet: BA, D3 and 79. RGB value is (186,211,121). Sum of RGB (Red+Green+Blue) = 186+211+121=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD379 is #452C86. Grayscale: #C1C1C1. Windows color (decimal): -4533383 or 7984058. OLE color: 7984058.

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

Color convert

RGB 186 211 121 -
CMYK 0.12 0 0.43 0.17
HSL 76.67º 0.51% 0.65% -
HSV(B) 76.67º 0.43% 0.83% -
XYZ 47 58.41 26.89 -
YUV 193.27 87.22 122.82 -
System Red Green Blue C M Y K H S L
Decimal 186 211 121 0.12 0 0.43 0.17 76.67 0.51 0.65
Hex BA D3 79 C 0 2B 11 4D 33 41
Octal 272 323 171 14 0 53 21 115 63 101
Binary 10111010 11010011 1111001 1100 0 101011 10001 1001101 110011 1000001

Color Harmonies of #BAD379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD379

Black with #BAD379

Text Example


Text Example

White with #BAD379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD379; }

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

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

background-color css

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

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

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

border-color css

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

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

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