Html Css Color HEX #AFC972 Caper

📋 copy color: '#AFC972'

red 175 ◦ green 201 ◦ blue 114

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

Shades of Caper #AFC972

Tints of Caper #AFC972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.27%

R = 35.71%
G = 41.02%
B = 23.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#AFC972 (or 0xAFC972) is known color: Caper. HEX triplet: AF, C9 and 72. RGB value is (175,201,114). Sum of RGB (Red+Green+Blue) = 175+201+114=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC972 is #50368D. Grayscale: #B7B7B7. Windows color (decimal): -5256846 or 7522735. OLE color: 7522735.

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

Color convert

RGB 175 201 114 -
CMYK 0.13 0 0.43 0.21
HSL 77.93º 0.45% 0.62% -
HSV(B) 77.93º 0.43% 0.79% -
XYZ 41.6 52.1 23.78 -
YUV 183.31 88.89 122.07 -
System Red Green Blue C M Y K H S L
Decimal 175 201 114 0.13 0 0.43 0.21 77.93 0.45 0.62
Hex AF C9 72 D 0 2B 15 4E 2D 3E
Octal 257 311 162 15 0 53 25 116 55 76
Binary 10101111 11001001 1110010 1101 0 101011 10101 1001110 101101 111110

Color Harmonies of #AFC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC972

Black with #AFC972

Text Example


Text Example

White with #AFC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC972; }

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

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

background-color css

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

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

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

border-color css

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

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

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