Html Css Color HEX #AFC279 Caper

📋 copy color: '#AFC279'

red 175 ◦ green 194 ◦ blue 121

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

Shades of Caper #AFC279

Tints of Caper #AFC279

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.59%

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

R = 35.71%
G = 39.59%
B = 24.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#AFC279 (or 0xAFC279) is known color: Caper. HEX triplet: AF, C2 and 79. RGB value is (175,194,121). Sum of RGB (Red+Green+Blue) = 175+194+121=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC279 is #503D86. Grayscale: #B4B4B4. Windows color (decimal): -5258631 or 7979695. OLE color: 7979695.

HSL color Cylindrical-coordinate representation of color #AFC279: hue angle of 75.62º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFC279 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 121 -
CMYK 0.10 0 0.38 0.24
HSL 75.62º 0.37% 0.62% -
HSV(B) 75.62º 0.38% 0.76% -
XYZ 40.42 49.08 25.43 -
YUV 180 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 175 194 121 0.10 0 0.38 0.24 75.62 0.37 0.62
Hex AF C2 79 A 0 26 18 4C 25 3E
Octal 257 302 171 12 0 46 30 114 45 76
Binary 10101111 11000010 1111001 1010 0 100110 11000 1001100 100101 111110

Color Harmonies of #AFC279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC279

Black with #AFC279

Text Example


Text Example

White with #AFC279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC279; }

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

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

background-color css

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

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

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

border-color css

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

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

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