Html Css Color HEX #AFC08D Caper

📋 copy color: '#AFC08D'

red 175 ◦ green 192 ◦ blue 141

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

Shades of Caper #AFC08D

Tints of Caper #AFC08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

 BLUE value IS 141 (55.47% from 255) = 27.76%

R = 34.45%
G = 37.8%
B = 27.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#AFC08D (or 0xAFC08D) is known color: Caper. HEX triplet: AF, C0 and 8D. RGB value is (175,192,141). Sum of RGB (Red+Green+Blue) = 175+192+141=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC08D is #503F72. Grayscale: #B5B5B5. Windows color (decimal): -5259123 or 9289903. OLE color: 9289903.

HSL color Cylindrical-coordinate representation of color #AFC08D: hue angle of 80º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC08D is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 141 -
CMYK 0.09 0 0.27 0.25
HSL 80º 0.29% 0.65% -
HSV(B) 80º 0.27% 0.75% -
XYZ 41.34 48.74 32.43 -
YUV 181.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 175 192 141 0.09 0 0.27 0.25 80 0.29 0.65
Hex AF C0 8D 9 0 1B 19 50 1D 41
Octal 257 300 215 11 0 33 31 120 35 101
Binary 10101111 11000000 10001101 1001 0 11011 11001 1010000 11101 1000001

Color Harmonies of #AFC08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC08D

Black with #AFC08D

Text Example


Text Example

White with #AFC08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC08D; }

 p { color: rgb(175,192,141); }

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

background-color css

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

 a { background-color: rgb(175,192,141); }

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

border-color css

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

 span { border-color: rgb(175,192,141); }

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