Html Css Color HEX #AFC191 Caper

📋 copy color: '#AFC191'

red 175 ◦ green 193 ◦ blue 145

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

Shades of Caper #AFC191

Tints of Caper #AFC191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.27%

R = 34.11%
G = 37.62%
B = 28.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#AFC191 (or 0xAFC191) is known color: Caper. HEX triplet: AF, C1 and 91. RGB value is (175,193,145). Sum of RGB (Red+Green+Blue) = 175+193+145=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC191 is #503E6E. Grayscale: #B6B6B6. Windows color (decimal): -5258863 or 9552303. OLE color: 9552303.

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

Color convert

RGB 175 193 145 -
CMYK 0.09 0 0.25 0.24
HSL 82.5º 0.28% 0.66% -
HSV(B) 82.5º 0.25% 0.76% -
XYZ 41.86 49.3 34.1 -
YUV 182.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 175 193 145 0.09 0 0.25 0.24 82.5 0.28 0.66
Hex AF C1 91 9 0 19 18 52 1C 42
Octal 257 301 221 11 0 31 30 122 34 102
Binary 10101111 11000001 10010001 1001 0 11001 11000 1010010 11100 1000010

Color Harmonies of #AFC191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC191

Black with #AFC191

Text Example


Text Example

White with #AFC191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC191; }

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

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

background-color css

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

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

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

border-color css

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

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

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