Html Css Color HEX #AFC78B Caper

📋 copy color: '#AFC78B'

red 175 ◦ green 199 ◦ blue 139

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

Shades of Caper #AFC78B

Tints of Caper #AFC78B

RGB

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

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

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

R = 34.11%
G = 38.79%
B = 27.1%

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

#AFC78B (or 0xAFC78B) is known color: Caper. HEX triplet: AF, C7 and 8B. RGB value is (175,199,139). Sum of RGB (Red+Green+Blue) = 175+199+139=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC78B is #503874. Grayscale: #B9B9B9. Windows color (decimal): -5257333 or 9160623. OLE color: 9160623.

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

Color convert

RGB 175 199 139 -
CMYK 0.12 0 0.30 0.22
HSL 84º 0.35% 0.66% -
HSV(B) 84º 0.3% 0.78% -
XYZ 42.76 51.82 32.18 -
YUV 184.98 102.05 120.88 -
System Red Green Blue C M Y K H S L
Decimal 175 199 139 0.12 0 0.30 0.22 84 0.35 0.66
Hex AF C7 8B C 0 1E 16 54 23 42
Octal 257 307 213 14 0 36 26 124 43 102
Binary 10101111 11000111 10001011 1100 0 11110 10110 1010100 100011 1000010

Color Harmonies of #AFC78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC78B

Black with #AFC78B

Text Example


Text Example

White with #AFC78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC78B; }

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

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

background-color css

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

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

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

border-color css

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

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

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