Html Css Color HEX #A5C07C Caper

📋 copy color: '#A5C07C'

red 165 ◦ green 192 ◦ blue 124

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

Shades of Caper #A5C07C

Tints of Caper #A5C07C

RGB

 RED value IS 165 (64.84% from 255) = 34.3%

 GREEN value IS 192 (75.39% from 255) = 39.92%

 BLUE value IS 124 (48.83% from 255) = 25.78%

R = 34.3%
G = 39.92%
B = 25.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#A5C07C (or 0xA5C07C) is known color: Caper. HEX triplet: A5, C0 and 7C. RGB value is (165,192,124). Sum of RGB (Red+Green+Blue) = 165+192+124=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C07C is #5A3F83. Grayscale: #B0B0B0. Windows color (decimal): -5914500 or 8175781. OLE color: 8175781.

HSL color Cylindrical-coordinate representation of color #A5C07C: hue angle of 83.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5C07C is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 124 -
CMYK 0.14 0 0.35 0.25
HSL 83.82º 0.35% 0.62% -
HSV(B) 83.82º 0.35% 0.75% -
XYZ 38 47.15 26.17 -
YUV 176.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 165 192 124 0.14 0 0.35 0.25 83.82 0.35 0.62
Hex A5 C0 7C E 0 23 19 54 23 3E
Octal 245 300 174 16 0 43 31 124 43 76
Binary 10100101 11000000 1111100 1110 0 100011 11001 1010100 100011 111110

Color Harmonies of #A5C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C07C

Black with #A5C07C

Text Example


Text Example

White with #A5C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C07C; }

 p { color: rgb(165,192,124); }

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

background-color css

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

 a { background-color: rgb(165,192,124); }

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

border-color css

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

 span { border-color: rgb(165,192,124); }

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