Html Css Color HEX #A6C67F Caper

📋 copy color: '#A6C67F'

red 166 ◦ green 198 ◦ blue 127

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

Shades of Caper #A6C67F

Tints of Caper #A6C67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.87%

R = 33.81%
G = 40.33%
B = 25.87%

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

#A6C67F (or 0xA6C67F) is known color: Caper. HEX triplet: A6, C6 and 7F. RGB value is (166,198,127). Sum of RGB (Red+Green+Blue) = 166+198+127=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C67F is #593980. Grayscale: #B4B4B4. Windows color (decimal): -5847425 or 8373926. OLE color: 8373926.

HSL color Cylindrical-coordinate representation of color #A6C67F: hue angle of 87.04º degrees, saturation: 0.38, 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 #A6C67F is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 127 -
CMYK 0.16 0 0.36 0.22
HSL 87.04º 0.38% 0.64% -
HSV(B) 87.04º 0.36% 0.78% -
XYZ 39.75 50.03 27.64 -
YUV 180.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 166 198 127 0.16 0 0.36 0.22 87.04 0.38 0.64
Hex A6 C6 7F 10 0 24 16 57 26 40
Octal 246 306 177 20 0 44 26 127 46 100
Binary 10100110 11000110 1111111 10000 0 100100 10110 1010111 100110 1000000

Color Harmonies of #A6C67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C67F

Black with #A6C67F

Text Example


Text Example

White with #A6C67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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