Html Css Color HEX #AFC284 Caper

📋 copy color: '#AFC284'

red 175 ◦ green 194 ◦ blue 132

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

Shades of Caper #AFC284

Tints of Caper #AFC284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.35%

R = 34.93%
G = 38.72%
B = 26.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#AFC284 (or 0xAFC284) is known color: Caper. HEX triplet: AF, C2 and 84. RGB value is (175,194,132). Sum of RGB (Red+Green+Blue) = 175+194+132=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC284 is #503D7B. Grayscale: #B5B5B5. Windows color (decimal): -5258620 or 8700591. OLE color: 8700591.

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

Color convert

RGB 175 194 132 -
CMYK 0.10 0 0.32 0.24
HSL 78.39º 0.34% 0.64% -
HSV(B) 78.39º 0.32% 0.76% -
XYZ 41.14 49.36 29.19 -
YUV 181.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 175 194 132 0.10 0 0.32 0.24 78.39 0.34 0.64
Hex AF C2 84 A 0 20 18 4E 22 40
Octal 257 302 204 12 0 40 30 116 42 100
Binary 10101111 11000010 10000100 1010 0 100000 11000 1001110 100010 1000000

Color Harmonies of #AFC284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC284

Black with #AFC284

Text Example


Text Example

White with #AFC284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC284; }

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

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

background-color css

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

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

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

border-color css

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

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

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