Html Css Color HEX #AFC787 Caper

📋 copy color: '#AFC787'

red 175 ◦ green 199 ◦ blue 135

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

Shades of Caper #AFC787

Tints of Caper #AFC787

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.1%

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

R = 34.38%
G = 39.1%
B = 26.52%

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

#AFC787 (or 0xAFC787) is known color: Caper. HEX triplet: AF, C7 and 87. RGB value is (175,199,135). Sum of RGB (Red+Green+Blue) = 175+199+135=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC787 is #503878. Grayscale: #B8B8B8. Windows color (decimal): -5257337 or 8898479. OLE color: 8898479.

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

Color convert

RGB 175 199 135 -
CMYK 0.12 0 0.32 0.22
HSL 82.5º 0.36% 0.65% -
HSV(B) 82.5º 0.32% 0.78% -
XYZ 42.48 51.71 30.66 -
YUV 184.53 100.05 121.2 -
System Red Green Blue C M Y K H S L
Decimal 175 199 135 0.12 0 0.32 0.22 82.5 0.36 0.65
Hex AF C7 87 C 0 20 16 52 24 41
Octal 257 307 207 14 0 40 26 122 44 101
Binary 10101111 11000111 10000111 1100 0 100000 10110 1010010 100100 1000001

Color Harmonies of #AFC787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC787

Black with #AFC787

Text Example


Text Example

White with #AFC787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC787; }

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

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

background-color css

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

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

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

border-color css

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

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

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