Html Css Color HEX #AFC386 Caper

📋 copy color: '#AFC386'

red 175 ◦ green 195 ◦ blue 134

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

Shades of Caper #AFC386

Tints of Caper #AFC386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.59%

R = 34.72%
G = 38.69%
B = 26.59%

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

#AFC386 (or 0xAFC386) is known color: Caper. HEX triplet: AF, C3 and 86. RGB value is (175,195,134). Sum of RGB (Red+Green+Blue) = 175+195+134=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC386 is #503C79. Grayscale: #B6B6B6. Windows color (decimal): -5258362 or 8831919. OLE color: 8831919.

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

Color convert

RGB 175 195 134 -
CMYK 0.10 0 0.31 0.24
HSL 79.67º 0.34% 0.65% -
HSV(B) 79.67º 0.31% 0.76% -
XYZ 41.5 49.87 29.99 -
YUV 182.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 175 195 134 0.10 0 0.31 0.24 79.67 0.34 0.65
Hex AF C3 86 A 0 1F 18 50 22 41
Octal 257 303 206 12 0 37 30 120 42 101
Binary 10101111 11000011 10000110 1010 0 11111 11000 1010000 100010 1000001

Color Harmonies of #AFC386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC386

Black with #AFC386

Text Example


Text Example

White with #AFC386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC386; }

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

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

background-color css

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

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

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

border-color css

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

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

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