Html Css Color HEX #AFC384 Caper

📋 copy color: '#AFC384'

red 175 ◦ green 195 ◦ blue 132

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

Shades of Caper #AFC384

Tints of Caper #AFC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.84%

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

R = 34.86%
G = 38.84%
B = 26.29%

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

#AFC384 (or 0xAFC384) is known color: Caper. HEX triplet: AF, C3 and 84. RGB value is (175,195,132). Sum of RGB (Red+Green+Blue) = 175+195+132=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC384 is #503C7B. Grayscale: #B6B6B6. Windows color (decimal): -5258364 or 8700847. OLE color: 8700847.

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

Color convert

RGB 175 195 132 -
CMYK 0.10 0 0.32 0.24
HSL 79.05º 0.34% 0.64% -
HSV(B) 79.05º 0.32% 0.76% -
XYZ 41.36 49.81 29.26 -
YUV 181.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 175 195 132 0.10 0 0.32 0.24 79.05 0.34 0.64
Hex AF C3 84 A 0 20 18 4F 22 40
Octal 257 303 204 12 0 40 30 117 42 100
Binary 10101111 11000011 10000100 1010 0 100000 11000 1001111 100010 1000000

Color Harmonies of #AFC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC384

Black with #AFC384

Text Example


Text Example

White with #AFC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC384; }

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

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

background-color css

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

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

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

border-color css

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

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

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