Html Css Color HEX #AFC682 Caper

📋 copy color: '#AFC682'

red 175 ◦ green 198 ◦ blue 130

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

Shades of Caper #AFC682

Tints of Caper #AFC682

RGB

 RED value IS 175 (68.75% from 255) = 34.79%

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

 BLUE value IS 130 (51.17% from 255) = 25.84%

R = 34.79%
G = 39.36%
B = 25.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#AFC682 (or 0xAFC682) is known color: Caper. HEX triplet: AF, C6 and 82. RGB value is (175,198,130). Sum of RGB (Red+Green+Blue) = 175+198+130=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC682 is #50397D. Grayscale: #B7B7B7. Windows color (decimal): -5257598 or 8570543. OLE color: 8570543.

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

Color convert

RGB 175 198 130 -
CMYK 0.12 0 0.34 0.22
HSL 80.29º 0.37% 0.64% -
HSV(B) 80.29º 0.34% 0.78% -
XYZ 41.9 51.11 28.78 -
YUV 183.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 175 198 130 0.12 0 0.34 0.22 80.29 0.37 0.64
Hex AF C6 82 C 0 22 16 50 25 40
Octal 257 306 202 14 0 42 26 120 45 100
Binary 10101111 11000110 10000010 1100 0 100010 10110 1010000 100101 1000000

Color Harmonies of #AFC682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC682

Black with #AFC682

Text Example


Text Example

White with #AFC682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC682; }

 p { color: rgb(175,198,130); }

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

background-color css

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

 a { background-color: rgb(175,198,130); }

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

border-color css

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

 span { border-color: rgb(175,198,130); }

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