Html Css Color HEX #AFC184 Caper

📋 copy color: '#AFC184'

red 175 ◦ green 193 ◦ blue 132

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

Shades of Caper #AFC184

Tints of Caper #AFC184

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.6%

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

R = 35%
G = 38.6%
B = 26.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#AFC184 (or 0xAFC184) is known color: Caper. HEX triplet: AF, C1 and 84. RGB value is (175,193,132). Sum of RGB (Red+Green+Blue) = 175+193+132=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC184 is #503E7B. Grayscale: #B4B4B4. Windows color (decimal): -5258876 or 8700335. OLE color: 8700335.

HSL color Cylindrical-coordinate representation of color #AFC184: hue angle of 77.7º degrees, saturation: 0.33, 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 #AFC184 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 132 -
CMYK 0.09 0 0.32 0.24
HSL 77.7º 0.33% 0.64% -
HSV(B) 77.7º 0.32% 0.76% -
XYZ 40.91 48.92 29.12 -
YUV 180.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 175 193 132 0.09 0 0.32 0.24 77.7 0.33 0.64
Hex AF C1 84 9 0 20 18 4E 21 40
Octal 257 301 204 11 0 40 30 116 41 100
Binary 10101111 11000001 10000100 1001 0 100000 11000 1001110 100001 1000000

Color Harmonies of #AFC184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC184

Black with #AFC184

Text Example


Text Example

White with #AFC184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC184; }

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

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

background-color css

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

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

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

border-color css

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

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

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