Html Css Color HEX #AFC48A Caper

📋 copy color: '#AFC48A'

red 175 ◦ green 196 ◦ blue 138

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

Shades of Caper #AFC48A

Tints of Caper #AFC48A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.51%

 BLUE value IS 138 (54.3% from 255) = 27.11%

R = 34.38%
G = 38.51%
B = 27.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#AFC48A (or 0xAFC48A) is known color: Caper. HEX triplet: AF, C4 and 8A. RGB value is (175,196,138). Sum of RGB (Red+Green+Blue) = 175+196+138=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC48A is #503B75. Grayscale: #B7B7B7. Windows color (decimal): -5258102 or 9094319. OLE color: 9094319.

HSL color Cylindrical-coordinate representation of color #AFC48A: hue angle of 81.72º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC48A is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 138 -
CMYK 0.11 0 0.30 0.23
HSL 81.72º 0.33% 0.65% -
HSV(B) 81.72º 0.3% 0.77% -
XYZ 42.01 50.43 31.56 -
YUV 183.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 175 196 138 0.11 0 0.30 0.23 81.72 0.33 0.65
Hex AF C4 8A B 0 1E 17 52 21 41
Octal 257 304 212 13 0 36 27 122 41 101
Binary 10101111 11000100 10001010 1011 0 11110 10111 1010010 100001 1000001

Color Harmonies of #AFC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC48A

Black with #AFC48A

Text Example


Text Example

White with #AFC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC48A; }

 p { color: rgb(175,196,138); }

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

background-color css

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

 a { background-color: rgb(175,196,138); }

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

border-color css

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

 span { border-color: rgb(175,196,138); }

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