Html Css Color HEX #AFC977 Caper

📋 copy color: '#AFC977'

red 175 ◦ green 201 ◦ blue 119

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

Shades of Caper #AFC977

Tints of Caper #AFC977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 35.35%
G = 40.61%
B = 24.04%

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

#AFC977 (or 0xAFC977) is known color: Caper. HEX triplet: AF, C9 and 77. RGB value is (175,201,119). Sum of RGB (Red+Green+Blue) = 175+201+119=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC977 is #503688. Grayscale: #B8B8B8. Windows color (decimal): -5256841 or 7850415. OLE color: 7850415.

HSL color Cylindrical-coordinate representation of color #AFC977: hue angle of 79.02º 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 #AFC977 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 119 -
CMYK 0.13 0 0.41 0.21
HSL 79.02º 0.43% 0.63% -
HSV(B) 79.02º 0.41% 0.79% -
XYZ 41.9 52.22 25.32 -
YUV 183.88 91.39 121.67 -
System Red Green Blue C M Y K H S L
Decimal 175 201 119 0.13 0 0.41 0.21 79.02 0.43 0.63
Hex AF C9 77 D 0 29 15 4F 2B 3F
Octal 257 311 167 15 0 51 25 117 53 77
Binary 10101111 11001001 1110111 1101 0 101001 10101 1001111 101011 111111

Color Harmonies of #AFC977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC977

Black with #AFC977

Text Example


Text Example

White with #AFC977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC977; }

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

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

background-color css

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

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

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

border-color css

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

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

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