Html Css Color HEX #AFC982 Caper

📋 copy color: '#AFC982'

red 175 ◦ green 201 ◦ blue 130

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

Shades of Caper #AFC982

Tints of Caper #AFC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.72%

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

R = 34.58%
G = 39.72%
B = 25.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#AFC982 (or 0xAFC982) is known color: Caper. HEX triplet: AF, C9 and 82. RGB value is (175,201,130). Sum of RGB (Red+Green+Blue) = 175+201+130=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC982 is #50367D. Grayscale: #B9B9B9. Windows color (decimal): -5256830 or 8571311. OLE color: 8571311.

HSL color Cylindrical-coordinate representation of color #AFC982: hue angle of 81.97º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFC982 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 130 -
CMYK 0.13 0 0.35 0.21
HSL 81.97º 0.4% 0.65% -
HSV(B) 81.97º 0.35% 0.79% -
XYZ 42.6 52.5 29.01 -
YUV 185.13 96.89 120.77 -
System Red Green Blue C M Y K H S L
Decimal 175 201 130 0.13 0 0.35 0.21 81.97 0.4 0.65
Hex AF C9 82 D 0 23 15 52 28 41
Octal 257 311 202 15 0 43 25 122 50 101
Binary 10101111 11001001 10000010 1101 0 100011 10101 1010010 101000 1000001

Color Harmonies of #AFC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC982

Black with #AFC982

Text Example


Text Example

White with #AFC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC982; }

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

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

background-color css

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

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

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

border-color css

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

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

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