Html Css Color HEX #AFC079 Caper

📋 copy color: '#AFC079'

red 175 ◦ green 192 ◦ blue 121

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

Shades of Caper #AFC079

Tints of Caper #AFC079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.8%

R = 35.86%
G = 39.34%
B = 24.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#AFC079 (or 0xAFC079) is known color: Caper. HEX triplet: AF, C0 and 79. RGB value is (175,192,121). Sum of RGB (Red+Green+Blue) = 175+192+121=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC079 is #503F86. Grayscale: #B3B3B3. Windows color (decimal): -5259143 or 7979183. OLE color: 7979183.

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

Color convert

RGB 175 192 121 -
CMYK 0.09 0 0.37 0.25
HSL 74.37º 0.36% 0.61% -
HSV(B) 74.37º 0.37% 0.75% -
XYZ 39.98 48.19 25.28 -
YUV 178.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 175 192 121 0.09 0 0.37 0.25 74.37 0.36 0.61
Hex AF C0 79 9 0 25 19 4A 24 3D
Octal 257 300 171 11 0 45 31 112 44 75
Binary 10101111 11000000 1111001 1001 0 100101 11001 1001010 100100 111101

Color Harmonies of #AFC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC079

Black with #AFC079

Text Example


Text Example

White with #AFC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC079; }

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

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

background-color css

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

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

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

border-color css

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

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

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