Html Css Color HEX #AFC88A Caper

📋 copy color: '#AFC88A'

red 175 ◦ green 200 ◦ blue 138

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

Shades of Caper #AFC88A

Tints of Caper #AFC88A

RGB

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

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

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

R = 34.11%
G = 38.99%
B = 26.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#AFC88A (or 0xAFC88A) is known color: Caper. HEX triplet: AF, C8 and 8A. RGB value is (175,200,138). Sum of RGB (Red+Green+Blue) = 175+200+138=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC88A is #503775. Grayscale: #B9B9B9. Windows color (decimal): -5257078 or 9095343. OLE color: 9095343.

HSL color Cylindrical-coordinate representation of color #AFC88A: hue angle of 84.19º 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 #AFC88A is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 138 -
CMYK 0.12 0 0.31 0.22
HSL 84.19º 0.36% 0.66% -
HSV(B) 84.19º 0.31% 0.78% -
XYZ 42.92 52.26 31.87 -
YUV 185.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 175 200 138 0.12 0 0.31 0.22 84.19 0.36 0.66
Hex AF C8 8A C 0 1F 16 54 24 42
Octal 257 310 212 14 0 37 26 124 44 102
Binary 10101111 11001000 10001010 1100 0 11111 10110 1010100 100100 1000010

Color Harmonies of #AFC88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC88A

Black with #AFC88A

Text Example


Text Example

White with #AFC88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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