Html Css Color HEX #AFC788 Caper

📋 copy color: '#AFC788'

red 175 ◦ green 199 ◦ blue 136

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

Shades of Caper #AFC788

Tints of Caper #AFC788

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.02%

 BLUE value IS 136 (53.52% from 255) = 26.67%

R = 34.31%
G = 39.02%
B = 26.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#AFC788 (or 0xAFC788) is known color: Caper. HEX triplet: AF, C7 and 88. RGB value is (175,199,136). Sum of RGB (Red+Green+Blue) = 175+199+136=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC788 is #503877. Grayscale: #B8B8B8. Windows color (decimal): -5257336 or 8964015. OLE color: 8964015.

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

Color convert

RGB 175 199 136 -
CMYK 0.12 0 0.32 0.22
HSL 82.86º 0.36% 0.66% -
HSV(B) 82.86º 0.32% 0.78% -
XYZ 42.55 51.74 31.04 -
YUV 184.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 175 199 136 0.12 0 0.32 0.22 82.86 0.36 0.66
Hex AF C7 88 C 0 20 16 53 24 42
Octal 257 307 210 14 0 40 26 123 44 102
Binary 10101111 11000111 10001000 1100 0 100000 10110 1010011 100100 1000010

Color Harmonies of #AFC788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC788

Black with #AFC788

Text Example


Text Example

White with #AFC788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC788; }

 p { color: rgb(175,199,136); }

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

background-color css

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

 a { background-color: rgb(175,199,136); }

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

border-color css

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

 span { border-color: rgb(175,199,136); }

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