Html Css Color HEX #AFC285 Caper

📋 copy color: '#AFC285'

red 175 ◦ green 194 ◦ blue 133

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

Shades of Caper #AFC285

Tints of Caper #AFC285

RGB

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

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

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

R = 34.86%
G = 38.65%
B = 26.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#AFC285 (or 0xAFC285) is known color: Caper. HEX triplet: AF, C2 and 85. RGB value is (175,194,133). Sum of RGB (Red+Green+Blue) = 175+194+133=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC285 is #503D7A. Grayscale: #B5B5B5. Windows color (decimal): -5258619 or 8766127. OLE color: 8766127.

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

Color convert

RGB 175 194 133 -
CMYK 0.10 0 0.31 0.24
HSL 78.69º 0.33% 0.64% -
HSV(B) 78.69º 0.31% 0.76% -
XYZ 41.2 49.39 29.55 -
YUV 181.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 175 194 133 0.10 0 0.31 0.24 78.69 0.33 0.64
Hex AF C2 85 A 0 1F 18 4F 21 40
Octal 257 302 205 12 0 37 30 117 41 100
Binary 10101111 11000010 10000101 1010 0 11111 11000 1001111 100001 1000000

Color Harmonies of #AFC285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC285

Black with #AFC285

Text Example


Text Example

White with #AFC285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC285; }

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

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

background-color css

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

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

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

border-color css

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

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

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