Html Css Color HEX #A6C07D Caper

📋 copy color: '#A6C07D'

red 166 ◦ green 192 ◦ blue 125

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

Shades of Caper #A6C07D

Tints of Caper #A6C07D

RGB

 RED value IS 166 (65.23% from 255) = 34.37%

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

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 34.37%
G = 39.75%
B = 25.88%

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

#A6C07D (or 0xA6C07D) is known color: Caper. HEX triplet: A6, C0 and 7D. RGB value is (166,192,125). Sum of RGB (Red+Green+Blue) = 166+192+125=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C07D is #593F82. Grayscale: #B0B0B0. Windows color (decimal): -5848963 or 8241318. OLE color: 8241318.

HSL color Cylindrical-coordinate representation of color #A6C07D: hue angle of 83.28º 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 #A6C07D is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 192 125 -
CMYK 0.14 0 0.35 0.25
HSL 83.28º 0.35% 0.62% -
HSV(B) 83.28º 0.35% 0.75% -
XYZ 38.28 47.29 26.51 -
YUV 176.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 166 192 125 0.14 0 0.35 0.25 83.28 0.35 0.62
Hex A6 C0 7D E 0 23 19 53 23 3E
Octal 246 300 175 16 0 43 31 123 43 76
Binary 10100110 11000000 1111101 1110 0 100011 11001 1010011 100011 111110

Color Harmonies of #A6C07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C07D

Black with #A6C07D

Text Example


Text Example

White with #A6C07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C07D; }

 p { color: rgb(166,192,125); }

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

background-color css

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

 a { background-color: rgb(166,192,125); }

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

border-color css

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

 span { border-color: rgb(166,192,125); }

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