Html Css Color HEX #A6C67D Caper

📋 copy color: '#A6C67D'

red 166 ◦ green 198 ◦ blue 125

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

Shades of Caper #A6C67D

Tints of Caper #A6C67D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.49%

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

R = 33.95%
G = 40.49%
B = 25.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#A6C67D (or 0xA6C67D) is known color: Caper. HEX triplet: A6, C6 and 7D. RGB value is (166,198,125). Sum of RGB (Red+Green+Blue) = 166+198+125=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C67D is #593982. Grayscale: #B4B4B4. Windows color (decimal): -5847427 or 8242854. OLE color: 8242854.

HSL color Cylindrical-coordinate representation of color #A6C67D: hue angle of 86.3º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6C67D is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 125 -
CMYK 0.16 0 0.37 0.22
HSL 86.3º 0.39% 0.63% -
HSV(B) 86.3º 0.37% 0.78% -
XYZ 39.62 49.98 26.96 -
YUV 180.11 96.9 117.94 -
System Red Green Blue C M Y K H S L
Decimal 166 198 125 0.16 0 0.37 0.22 86.3 0.39 0.63
Hex A6 C6 7D 10 0 25 16 56 27 3F
Octal 246 306 175 20 0 45 26 126 47 77
Binary 10100110 11000110 1111101 10000 0 100101 10110 1010110 100111 111111

Color Harmonies of #A6C67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C67D

Black with #A6C67D

Text Example


Text Example

White with #A6C67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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