Html Css Color HEX #A9CA82 Caper

📋 copy color: '#A9CA82'

red 169 ◦ green 202 ◦ blue 130

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

Shades of Caper #A9CA82

Tints of Caper #A9CA82

RGB

 RED value IS 169 (66.41% from 255) = 33.73%

 GREEN value IS 202 (79.3% from 255) = 40.32%

 BLUE value IS 130 (51.17% from 255) = 25.95%

R = 33.73%
G = 40.32%
B = 25.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#A9CA82 (or 0xA9CA82) is known color: Caper. HEX triplet: A9, CA and 82. RGB value is (169,202,130). Sum of RGB (Red+Green+Blue) = 169+202+130=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA82 is #56357D. Grayscale: #B8B8B8. Windows color (decimal): -5649790 or 8571561. OLE color: 8571561.

HSL color Cylindrical-coordinate representation of color #A9CA82: hue angle of 87.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9CA82 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 202 130 -
CMYK 0.16 0 0.36 0.21
HSL 87.5º 0.4% 0.65% -
HSV(B) 87.5º 0.36% 0.79% -
XYZ 41.51 52.29 29.02 -
YUV 183.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 169 202 130 0.16 0 0.36 0.21 87.5 0.4 0.65
Hex A9 CA 82 10 0 24 15 57 28 41
Octal 251 312 202 20 0 44 25 127 50 101
Binary 10101001 11001010 10000010 10000 0 100100 10101 1010111 101000 1000001

Color Harmonies of #A9CA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CA82

Black with #A9CA82

Text Example


Text Example

White with #A9CA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CA82; }

 p { color: rgb(169,202,130); }

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

background-color css

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

 a { background-color: rgb(169,202,130); }

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

border-color css

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

 span { border-color: rgb(169,202,130); }

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