Html Css Color HEX #AFC681 Caper

📋 copy color: '#AFC681'

red 175 ◦ green 198 ◦ blue 129

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

Shades of Caper #AFC681

Tints of Caper #AFC681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.7%

R = 34.86%
G = 39.44%
B = 25.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#AFC681 (or 0xAFC681) is known color: Caper. HEX triplet: AF, C6 and 81. RGB value is (175,198,129). Sum of RGB (Red+Green+Blue) = 175+198+129=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC681 is #50397E. Grayscale: #B7B7B7. Windows color (decimal): -5257599 or 8505007. OLE color: 8505007.

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

Color convert

RGB 175 198 129 -
CMYK 0.12 0 0.35 0.22
HSL 80º 0.38% 0.64% -
HSV(B) 80º 0.35% 0.78% -
XYZ 41.84 51.09 28.42 -
YUV 183.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 175 198 129 0.12 0 0.35 0.22 80 0.38 0.64
Hex AF C6 81 C 0 23 16 50 26 40
Octal 257 306 201 14 0 43 26 120 46 100
Binary 10101111 11000110 10000001 1100 0 100011 10110 1010000 100110 1000000

Color Harmonies of #AFC681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC681

Black with #AFC681

Text Example


Text Example

White with #AFC681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC681; }

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

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

background-color css

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

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

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

border-color css

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

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

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