Html Css Color HEX #AFC487 Caper

📋 copy color: '#AFC487'

red 175 ◦ green 196 ◦ blue 135

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

Shades of Caper #AFC487

Tints of Caper #AFC487

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.74%

 BLUE value IS 135 (53.13% from 255) = 26.68%

R = 34.58%
G = 38.74%
B = 26.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#AFC487 (or 0xAFC487) is known color: Caper. HEX triplet: AF, C4 and 87. RGB value is (175,196,135). Sum of RGB (Red+Green+Blue) = 175+196+135=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC487 is #503B78. Grayscale: #B6B6B6. Windows color (decimal): -5258105 or 8897711. OLE color: 8897711.

HSL color Cylindrical-coordinate representation of color #AFC487: hue angle of 80.66º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC487 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 135 -
CMYK 0.11 0 0.31 0.23
HSL 80.66º 0.34% 0.65% -
HSV(B) 80.66º 0.31% 0.77% -
XYZ 41.79 50.34 30.44 -
YUV 182.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 175 196 135 0.11 0 0.31 0.23 80.66 0.34 0.65
Hex AF C4 87 B 0 1F 17 51 22 41
Octal 257 304 207 13 0 37 27 121 42 101
Binary 10101111 11000100 10000111 1011 0 11111 10111 1010001 100010 1000001

Color Harmonies of #AFC487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC487

Black with #AFC487

Text Example


Text Example

White with #AFC487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC487; }

 p { color: rgb(175,196,135); }

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

background-color css

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

 a { background-color: rgb(175,196,135); }

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

border-color css

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

 span { border-color: rgb(175,196,135); }

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