Html Css Color HEX #AFC888 Caper

📋 copy color: '#AFC888'

red 175 ◦ green 200 ◦ blue 136

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

Shades of Caper #AFC888

Tints of Caper #AFC888

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.14%

 BLUE value IS 136 (53.52% from 255) = 26.61%

R = 34.25%
G = 39.14%
B = 26.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#AFC888 (or 0xAFC888) is known color: Caper. HEX triplet: AF, C8 and 88. RGB value is (175,200,136). Sum of RGB (Red+Green+Blue) = 175+200+136=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC888 is #503777. Grayscale: #B9B9B9. Windows color (decimal): -5257080 or 8964271. OLE color: 8964271.

HSL color Cylindrical-coordinate representation of color #AFC888: hue angle of 83.44º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFC888 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 136 -
CMYK 0.12 0 0.32 0.22
HSL 83.44º 0.37% 0.66% -
HSV(B) 83.44º 0.32% 0.78% -
XYZ 42.78 52.2 31.11 -
YUV 185.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 175 200 136 0.12 0 0.32 0.22 83.44 0.37 0.66
Hex AF C8 88 C 0 20 16 53 25 42
Octal 257 310 210 14 0 40 26 123 45 102
Binary 10101111 11001000 10001000 1100 0 100000 10110 1010011 100101 1000010

Color Harmonies of #AFC888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC888

Black with #AFC888

Text Example


Text Example

White with #AFC888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC888; }

 p { color: rgb(175,200,136); }

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

background-color css

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

 a { background-color: rgb(175,200,136); }

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

border-color css

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

 span { border-color: rgb(175,200,136); }

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