Html Css Color HEX #AFC582 Caper

📋 copy color: '#AFC582'

red 175 ◦ green 197 ◦ blue 130

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

Shades of Caper #AFC582

Tints of Caper #AFC582

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.24%

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

R = 34.86%
G = 39.24%
B = 25.9%

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

#AFC582 (or 0xAFC582) is known color: Caper. HEX triplet: AF, C5 and 82. RGB value is (175,197,130). Sum of RGB (Red+Green+Blue) = 175+197+130=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC582 is #503A7D. Grayscale: #B7B7B7. Windows color (decimal): -5257854 or 8570287. OLE color: 8570287.

HSL color Cylindrical-coordinate representation of color #AFC582: hue angle of 79.7º degrees, saturation: 0.37, 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 #AFC582 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 130 -
CMYK 0.11 0 0.34 0.23
HSL 79.7º 0.37% 0.64% -
HSV(B) 79.7º 0.34% 0.77% -
XYZ 41.67 50.66 28.7 -
YUV 182.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 175 197 130 0.11 0 0.34 0.23 79.7 0.37 0.64
Hex AF C5 82 B 0 22 17 50 25 40
Octal 257 305 202 13 0 42 27 120 45 100
Binary 10101111 11000101 10000010 1011 0 100010 10111 1010000 100101 1000000

Color Harmonies of #AFC582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC582

Black with #AFC582

Text Example


Text Example

White with #AFC582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC582; }

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

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

background-color css

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

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

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

border-color css

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

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

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