Html Css Color HEX #AFC180 Caper

📋 copy color: '#AFC180'

red 175 ◦ green 193 ◦ blue 128

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

Shades of Caper #AFC180

Tints of Caper #AFC180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.81%

R = 35.28%
G = 38.91%
B = 25.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#AFC180 (or 0xAFC180) is known color: Caper. HEX triplet: AF, C1 and 80. RGB value is (175,193,128). Sum of RGB (Red+Green+Blue) = 175+193+128=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC180 is #503E7F. Grayscale: #B4B4B4. Windows color (decimal): -5258880 or 8438191. OLE color: 8438191.

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

Color convert

RGB 175 193 128 -
CMYK 0.09 0 0.34 0.24
HSL 76.62º 0.34% 0.63% -
HSV(B) 76.62º 0.34% 0.76% -
XYZ 40.65 48.81 27.7 -
YUV 180.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 175 193 128 0.09 0 0.34 0.24 76.62 0.34 0.63
Hex AF C1 80 9 0 22 18 4D 22 3F
Octal 257 301 200 11 0 42 30 115 42 77
Binary 10101111 11000001 10000000 1001 0 100010 11000 1001101 100010 111111

Color Harmonies of #AFC180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC180

Black with #AFC180

Text Example


Text Example

White with #AFC180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC180; }

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

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

background-color css

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

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

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

border-color css

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

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

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