Html Css Color HEX #AFC677 Caper

📋 copy color: '#AFC677'

red 175 ◦ green 198 ◦ blue 119

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

Shades of Caper #AFC677

Tints of Caper #AFC677

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.24%

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

R = 35.57%
G = 40.24%
B = 24.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#AFC677 (or 0xAFC677) is known color: Caper. HEX triplet: AF, C6 and 77. RGB value is (175,198,119). Sum of RGB (Red+Green+Blue) = 175+198+119=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC677 is #503988. Grayscale: #B6B6B6. Windows color (decimal): -5257609 or 7849647. OLE color: 7849647.

HSL color Cylindrical-coordinate representation of color #AFC677: hue angle of 77.47º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC677 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 119 -
CMYK 0.12 0 0.40 0.22
HSL 77.47º 0.41% 0.62% -
HSV(B) 77.47º 0.4% 0.78% -
XYZ 41.2 50.83 25.09 -
YUV 182.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 175 198 119 0.12 0 0.40 0.22 77.47 0.41 0.62
Hex AF C6 77 C 0 28 16 4D 29 3E
Octal 257 306 167 14 0 50 26 115 51 76
Binary 10101111 11000110 1110111 1100 0 101000 10110 1001101 101001 111110

Color Harmonies of #AFC677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC677

Black with #AFC677

Text Example


Text Example

White with #AFC677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC677; }

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

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

background-color css

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

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

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

border-color css

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

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

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