Html Css Color HEX #AFC182 Caper

📋 copy color: '#AFC182'

red 175 ◦ green 193 ◦ blue 130

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

Shades of Caper #AFC182

Tints of Caper #AFC182

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.76%

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

R = 35.14%
G = 38.76%
B = 26.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#AFC182 (or 0xAFC182) is known color: Caper. HEX triplet: AF, C1 and 82. RGB value is (175,193,130). Sum of RGB (Red+Green+Blue) = 175+193+130=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC182 is #503E7D. Grayscale: #B4B4B4. Windows color (decimal): -5258878 or 8569263. OLE color: 8569263.

HSL color Cylindrical-coordinate representation of color #AFC182: hue angle of 77.14º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFC182 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 130 -
CMYK 0.09 0 0.33 0.24
HSL 77.14º 0.34% 0.63% -
HSV(B) 77.14º 0.33% 0.76% -
XYZ 40.78 48.87 28.4 -
YUV 180.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 175 193 130 0.09 0 0.33 0.24 77.14 0.34 0.63
Hex AF C1 82 9 0 21 18 4D 22 3F
Octal 257 301 202 11 0 41 30 115 42 77
Binary 10101111 11000001 10000010 1001 0 100001 11000 1001101 100010 111111

Color Harmonies of #AFC182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC182

Black with #AFC182

Text Example


Text Example

White with #AFC182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC182; }

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

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

background-color css

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

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

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

border-color css

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

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

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