Html Css Color HEX #A6C67E Caper

📋 copy color: '#A6C67E'

red 166 ◦ green 198 ◦ blue 126

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

Shades of Caper #A6C67E

Tints of Caper #A6C67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.71%

R = 33.88%
G = 40.41%
B = 25.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#A6C67E (or 0xA6C67E) is known color: Caper. HEX triplet: A6, C6 and 7E. RGB value is (166,198,126). Sum of RGB (Red+Green+Blue) = 166+198+126=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C67E is #593981. Grayscale: #B4B4B4. Windows color (decimal): -5847426 or 8308390. OLE color: 8308390.

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

Color convert

RGB 166 198 126 -
CMYK 0.16 0 0.36 0.22
HSL 86.67º 0.39% 0.64% -
HSV(B) 86.67º 0.36% 0.78% -
XYZ 39.69 50 27.3 -
YUV 180.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 166 198 126 0.16 0 0.36 0.22 86.67 0.39 0.64
Hex A6 C6 7E 10 0 24 16 57 27 40
Octal 246 306 176 20 0 44 26 127 47 100
Binary 10100110 11000110 1111110 10000 0 100100 10110 1010111 100111 1000000

Color Harmonies of #A6C67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C67E

Black with #A6C67E

Text Example


Text Example

White with #A6C67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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