Html Css Color HEX #AFC482 Caper

📋 copy color: '#AFC482'

red 175 ◦ green 196 ◦ blue 130

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

Shades of Caper #AFC482

Tints of Caper #AFC482

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.12%

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

R = 34.93%
G = 39.12%
B = 25.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#AFC482 (or 0xAFC482) is known color: Caper. HEX triplet: AF, C4 and 82. RGB value is (175,196,130). Sum of RGB (Red+Green+Blue) = 175+196+130=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC482 is #503B7D. Grayscale: #B6B6B6. Windows color (decimal): -5258110 or 8570031. OLE color: 8570031.

HSL color Cylindrical-coordinate representation of color #AFC482: hue angle of 79.09º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFC482 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 130 -
CMYK 0.11 0 0.34 0.23
HSL 79.09º 0.36% 0.64% -
HSV(B) 79.09º 0.34% 0.77% -
XYZ 41.45 50.21 28.63 -
YUV 182.2 98.54 122.87 -
System Red Green Blue C M Y K H S L
Decimal 175 196 130 0.11 0 0.34 0.23 79.09 0.36 0.64
Hex AF C4 82 B 0 22 17 4F 24 40
Octal 257 304 202 13 0 42 27 117 44 100
Binary 10101111 11000100 10000010 1011 0 100010 10111 1001111 100100 1000000

Color Harmonies of #AFC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC482

Black with #AFC482

Text Example


Text Example

White with #AFC482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC482; }

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

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

background-color css

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

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

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

border-color css

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

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

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