Html Css Color HEX #AFC88B Caper

📋 copy color: '#AFC88B'

red 175 ◦ green 200 ◦ blue 139

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

Shades of Caper #AFC88B

Tints of Caper #AFC88B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.91%

 BLUE value IS 139 (54.69% from 255) = 27.04%

R = 34.05%
G = 38.91%
B = 27.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#AFC88B (or 0xAFC88B) is known color: Caper. HEX triplet: AF, C8 and 8B. RGB value is (175,200,139). Sum of RGB (Red+Green+Blue) = 175+200+139=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC88B is #503774. Grayscale: #B9B9B9. Windows color (decimal): -5257077 or 9160879. OLE color: 9160879.

HSL color Cylindrical-coordinate representation of color #AFC88B: hue angle of 84.59º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC88B is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 139 -
CMYK 0.12 0 0.30 0.22
HSL 84.59º 0.36% 0.66% -
HSV(B) 84.59º 0.31% 0.78% -
XYZ 42.99 52.29 32.25 -
YUV 185.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 175 200 139 0.12 0 0.30 0.22 84.59 0.36 0.66
Hex AF C8 8B C 0 1E 16 55 24 42
Octal 257 310 213 14 0 36 26 125 44 102
Binary 10101111 11001000 10001011 1100 0 11110 10110 1010101 100100 1000010

Color Harmonies of #AFC88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC88B

Black with #AFC88B

Text Example


Text Example

White with #AFC88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC88B; }

 p { color: rgb(175,200,139); }

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

background-color css

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

 a { background-color: rgb(175,200,139); }

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

border-color css

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

 span { border-color: rgb(175,200,139); }

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