Html Css Color HEX #AFC287 Caper

📋 copy color: '#AFC287'

red 175 ◦ green 194 ◦ blue 135

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

Shades of Caper #AFC287

Tints of Caper #AFC287

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.49%

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

R = 34.72%
G = 38.49%
B = 26.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#AFC287 (or 0xAFC287) is known color: Caper. HEX triplet: AF, C2 and 87. RGB value is (175,194,135). Sum of RGB (Red+Green+Blue) = 175+194+135=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC287 is #503D78. Grayscale: #B5B5B5. Windows color (decimal): -5258617 or 8897199. OLE color: 8897199.

HSL color Cylindrical-coordinate representation of color #AFC287: hue angle of 79.32º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC287 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 135 -
CMYK 0.10 0 0.30 0.24
HSL 79.32º 0.33% 0.65% -
HSV(B) 79.32º 0.3% 0.76% -
XYZ 41.34 49.45 30.29 -
YUV 181.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 175 194 135 0.10 0 0.30 0.24 79.32 0.33 0.65
Hex AF C2 87 A 0 1E 18 4F 21 41
Octal 257 302 207 12 0 36 30 117 41 101
Binary 10101111 11000010 10000111 1010 0 11110 11000 1001111 100001 1000001

Color Harmonies of #AFC287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC287

Black with #AFC287

Text Example


Text Example

White with #AFC287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC287; }

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

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

background-color css

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

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

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

border-color css

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

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

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