Html Css Color HEX #BAD57A Caper

📋 copy color: '#BAD57A'

red 186 ◦ green 213 ◦ blue 122

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

Shades of Caper #BAD57A

Tints of Caper #BAD57A

RGB

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

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

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

R = 35.7%
G = 40.88%
B = 23.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#BAD57A (or 0xBAD57A) is known color: Caper. HEX triplet: BA, D5 and 7A. RGB value is (186,213,122). Sum of RGB (Red+Green+Blue) = 186+213+122=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD57A is #452A85. Grayscale: #C2C2C2. Windows color (decimal): -4532870 or 8050106. OLE color: 8050106.

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

Color convert

RGB 186 213 122 -
CMYK 0.13 0 0.43 0.16
HSL 77.8º 0.52% 0.66% -
HSV(B) 77.8º 0.43% 0.84% -
XYZ 47.56 59.43 27.38 -
YUV 194.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 186 213 122 0.13 0 0.43 0.16 77.8 0.52 0.66
Hex BA D5 7A D 0 2B 10 4E 34 42
Octal 272 325 172 15 0 53 20 116 64 102
Binary 10111010 11010101 1111010 1101 0 101011 10000 1001110 110100 1000010

Color Harmonies of #BAD57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD57A

Black with #BAD57A

Text Example


Text Example

White with #BAD57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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