Html Css Color HEX #AFC18B Caper

📋 copy color: '#AFC18B'

red 175 ◦ green 193 ◦ blue 139

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

Shades of Caper #AFC18B

Tints of Caper #AFC18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.42%

R = 34.52%
G = 38.07%
B = 27.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#AFC18B (or 0xAFC18B) is known color: Caper. HEX triplet: AF, C1 and 8B. RGB value is (175,193,139). Sum of RGB (Red+Green+Blue) = 175+193+139=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC18B is #503E74. Grayscale: #B5B5B5. Windows color (decimal): -5258869 or 9159087. OLE color: 9159087.

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

Color convert

RGB 175 193 139 -
CMYK 0.09 0 0.28 0.24
HSL 80º 0.3% 0.65% -
HSV(B) 80º 0.28% 0.76% -
XYZ 41.41 49.12 31.72 -
YUV 181.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 175 193 139 0.09 0 0.28 0.24 80 0.3 0.65
Hex AF C1 8B 9 0 1C 18 50 1E 41
Octal 257 301 213 11 0 34 30 120 36 101
Binary 10101111 11000001 10001011 1001 0 11100 11000 1010000 11110 1000001

Color Harmonies of #AFC18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC18B

Black with #AFC18B

Text Example


Text Example

White with #AFC18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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