Html Css Color HEX #AFC974 Caper

📋 copy color: '#AFC974'

red 175 ◦ green 201 ◦ blue 116

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

Shades of Caper #AFC974

Tints of Caper #AFC974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.85%

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

R = 35.57%
G = 40.85%
B = 23.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#AFC974 (or 0xAFC974) is known color: Caper. HEX triplet: AF, C9 and 74. RGB value is (175,201,116). Sum of RGB (Red+Green+Blue) = 175+201+116=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC974 is #50368B. Grayscale: #B7B7B7. Windows color (decimal): -5256844 or 7653807. OLE color: 7653807.

HSL color Cylindrical-coordinate representation of color #AFC974: hue angle of 78.35º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFC974 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 116 -
CMYK 0.13 0 0.42 0.21
HSL 78.35º 0.44% 0.62% -
HSV(B) 78.35º 0.42% 0.79% -
XYZ 41.72 52.15 24.39 -
YUV 183.54 89.89 121.91 -
System Red Green Blue C M Y K H S L
Decimal 175 201 116 0.13 0 0.42 0.21 78.35 0.44 0.62
Hex AF C9 74 D 0 2A 15 4E 2C 3E
Octal 257 311 164 15 0 52 25 116 54 76
Binary 10101111 11001001 1110100 1101 0 101010 10101 1001110 101100 111110

Color Harmonies of #AFC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC974

Black with #AFC974

Text Example


Text Example

White with #AFC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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