Html Css Color HEX #A8C575 Caper

📋 copy color: '#A8C575'

red 168 ◦ green 197 ◦ blue 117

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

Shades of Caper #A8C575

Tints of Caper #A8C575

RGB

 RED value IS 168 (66.02% from 255) = 34.85%

 GREEN value IS 197 (77.34% from 255) = 40.87%

 BLUE value IS 117 (46.09% from 255) = 24.27%

R = 34.85%
G = 40.87%
B = 24.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#A8C575 (or 0xA8C575) is known color: Caper. HEX triplet: A8, C5 and 75. RGB value is (168,197,117). Sum of RGB (Red+Green+Blue) = 168+197+117=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C575 is #573A8A. Grayscale: #B3B3B3. Windows color (decimal): -5716619 or 7718312. OLE color: 7718312.

HSL color Cylindrical-coordinate representation of color #A8C575: hue angle of 81.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8C575 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 117 -
CMYK 0.15 0 0.41 0.23
HSL 81.75º 0.41% 0.62% -
HSV(B) 81.75º 0.41% 0.77% -
XYZ 39.33 49.54 24.32 -
YUV 179.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 168 197 117 0.15 0 0.41 0.23 81.75 0.41 0.62
Hex A8 C5 75 F 0 29 17 52 29 3E
Octal 250 305 165 17 0 51 27 122 51 76
Binary 10101000 11000101 1110101 1111 0 101001 10111 1010010 101001 111110

Color Harmonies of #A8C575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C575

Black with #A8C575

Text Example


Text Example

White with #A8C575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C575; }

 p { color: rgb(168,197,117); }

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

background-color css

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

 a { background-color: rgb(168,197,117); }

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

border-color css

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

 span { border-color: rgb(168,197,117); }

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