Html Css Color HEX #AFC174 Caper

📋 copy color: '#AFC174'

red 175 ◦ green 193 ◦ blue 116

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

Shades of Caper #AFC174

Tints of Caper #AFC174

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.88%

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 36.16%
G = 39.88%
B = 23.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#AFC174 (or 0xAFC174) is known color: Caper. HEX triplet: AF, C1 and 74. RGB value is (175,193,116). Sum of RGB (Red+Green+Blue) = 175+193+116=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC174 is #503E8B. Grayscale: #B3B3B3. Windows color (decimal): -5258892 or 7651759. OLE color: 7651759.

HSL color Cylindrical-coordinate representation of color #AFC174: hue angle of 74.03º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC174 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 116 -
CMYK 0.09 0 0.40 0.24
HSL 74.03º 0.38% 0.61% -
HSV(B) 74.03º 0.4% 0.76% -
XYZ 39.9 48.51 23.78 -
YUV 178.84 92.54 125.26 -
System Red Green Blue C M Y K H S L
Decimal 175 193 116 0.09 0 0.40 0.24 74.03 0.38 0.61
Hex AF C1 74 9 0 28 18 4A 26 3D
Octal 257 301 164 11 0 50 30 112 46 75
Binary 10101111 11000001 1110100 1001 0 101000 11000 1001010 100110 111101

Color Harmonies of #AFC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC174

Black with #AFC174

Text Example


Text Example

White with #AFC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC174; }

 p { color: rgb(175,193,116); }

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

background-color css

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

 a { background-color: rgb(175,193,116); }

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

border-color css

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

 span { border-color: rgb(175,193,116); }

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