Html Css Color HEX #AFC984 Caper

📋 copy color: '#AFC984'

red 175 ◦ green 201 ◦ blue 132

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

Shades of Caper #AFC984

Tints of Caper #AFC984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.98%

R = 34.45%
G = 39.57%
B = 25.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#AFC984 (or 0xAFC984) is known color: Caper. HEX triplet: AF, C9 and 84. RGB value is (175,201,132). Sum of RGB (Red+Green+Blue) = 175+201+132=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC984 is #50367B. Grayscale: #B9B9B9. Windows color (decimal): -5256828 or 8702383. OLE color: 8702383.

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

Color convert

RGB 175 201 132 -
CMYK 0.13 0 0.34 0.21
HSL 82.61º 0.39% 0.65% -
HSV(B) 82.61º 0.34% 0.79% -
XYZ 42.73 52.55 29.72 -
YUV 185.36 97.89 120.61 -
System Red Green Blue C M Y K H S L
Decimal 175 201 132 0.13 0 0.34 0.21 82.61 0.39 0.65
Hex AF C9 84 D 0 22 15 53 27 41
Octal 257 311 204 15 0 42 25 123 47 101
Binary 10101111 11001001 10000100 1101 0 100010 10101 1010011 100111 1000001

Color Harmonies of #AFC984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC984

Black with #AFC984

Text Example


Text Example

White with #AFC984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC984; }

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

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

background-color css

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

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

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

border-color css

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

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

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