Html Css Color HEX #AFC989 Caper

📋 copy color: '#AFC989'

red 175 ◦ green 201 ◦ blue 137

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

Shades of Caper #AFC989

Tints of Caper #AFC989

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.18%

 BLUE value IS 137 (53.91% from 255) = 26.71%

R = 34.11%
G = 39.18%
B = 26.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#AFC989 (or 0xAFC989) is known color: Caper. HEX triplet: AF, C9 and 89. RGB value is (175,201,137). Sum of RGB (Red+Green+Blue) = 175+201+137=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC989 is #503676. Grayscale: #BABABA. Windows color (decimal): -5256823 or 9030063. OLE color: 9030063.

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

Color convert

RGB 175 201 137 -
CMYK 0.13 0 0.32 0.21
HSL 84.38º 0.37% 0.66% -
HSV(B) 84.38º 0.32% 0.79% -
XYZ 43.08 52.69 31.57 -
YUV 185.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 175 201 137 0.13 0 0.32 0.21 84.38 0.37 0.66
Hex AF C9 89 D 0 20 15 54 25 42
Octal 257 311 211 15 0 40 25 124 45 102
Binary 10101111 11001001 10001001 1101 0 100000 10101 1010100 100101 1000010

Color Harmonies of #AFC989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC989

Black with #AFC989

Text Example


Text Example

White with #AFC989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC989; }

 p { color: rgb(175,201,137); }

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

background-color css

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

 a { background-color: rgb(175,201,137); }

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

border-color css

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

 span { border-color: rgb(175,201,137); }

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