Html Css Color HEX #AFC985 Caper

📋 copy color: '#AFC985'

red 175 ◦ green 201 ◦ blue 133

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

Shades of Caper #AFC985

Tints of Caper #AFC985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.13%

R = 34.38%
G = 39.49%
B = 26.13%

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

#AFC985 (or 0xAFC985) is known color: Caper. HEX triplet: AF, C9 and 85. RGB value is (175,201,133). Sum of RGB (Red+Green+Blue) = 175+201+133=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC985 is #50367A. Grayscale: #B9B9B9. Windows color (decimal): -5256827 or 8767919. OLE color: 8767919.

HSL color Cylindrical-coordinate representation of color #AFC985: hue angle of 82.94º 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 #AFC985 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 133 -
CMYK 0.13 0 0.34 0.21
HSL 82.94º 0.39% 0.65% -
HSV(B) 82.94º 0.34% 0.79% -
XYZ 42.8 52.58 30.08 -
YUV 185.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 175 201 133 0.13 0 0.34 0.21 82.94 0.39 0.65
Hex AF C9 85 D 0 22 15 53 27 41
Octal 257 311 205 15 0 42 25 123 47 101
Binary 10101111 11001001 10000101 1101 0 100010 10101 1010011 100111 1000001

Color Harmonies of #AFC985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC985

Black with #AFC985

Text Example


Text Example

White with #AFC985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC985; }

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

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

background-color css

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

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

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

border-color css

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

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

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