Html Css Color HEX #AFC976 Caper

📋 copy color: '#AFC976'

red 175 ◦ green 201 ◦ blue 118

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

Shades of Caper #AFC976

Tints of Caper #AFC976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 35.43%
G = 40.69%
B = 23.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#AFC976 (or 0xAFC976) is known color: Caper. HEX triplet: AF, C9 and 76. RGB value is (175,201,118). Sum of RGB (Red+Green+Blue) = 175+201+118=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC976 is #503689. Grayscale: #B8B8B8. Windows color (decimal): -5256842 or 7784879. OLE color: 7784879.

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

Color convert

RGB 175 201 118 -
CMYK 0.13 0 0.41 0.21
HSL 78.8º 0.43% 0.63% -
HSV(B) 78.8º 0.41% 0.79% -
XYZ 41.84 52.2 25.01 -
YUV 183.76 90.89 121.75 -
System Red Green Blue C M Y K H S L
Decimal 175 201 118 0.13 0 0.41 0.21 78.8 0.43 0.63
Hex AF C9 76 D 0 29 15 4F 2B 3F
Octal 257 311 166 15 0 51 25 117 53 77
Binary 10101111 11001001 1110110 1101 0 101001 10101 1001111 101011 111111

Color Harmonies of #AFC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC976

Black with #AFC976

Text Example


Text Example

White with #AFC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC976; }

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

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

background-color css

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

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

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

border-color css

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

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

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