Html Css Color HEX #AFC776 Caper

📋 copy color: '#AFC776'

red 175 ◦ green 199 ◦ blue 118

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

Shades of Caper #AFC776

Tints of Caper #AFC776

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.45%

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

R = 35.57%
G = 40.45%
B = 23.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#AFC776 (or 0xAFC776) is known color: Caper. HEX triplet: AF, C7 and 76. RGB value is (175,199,118). Sum of RGB (Red+Green+Blue) = 175+199+118=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC776 is #503889. Grayscale: #B6B6B6. Windows color (decimal): -5257354 or 7784367. OLE color: 7784367.

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

Color convert

RGB 175 199 118 -
CMYK 0.12 0 0.41 0.22
HSL 77.78º 0.42% 0.62% -
HSV(B) 77.78º 0.41% 0.78% -
XYZ 41.37 51.27 24.85 -
YUV 182.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 175 199 118 0.12 0 0.41 0.22 77.78 0.42 0.62
Hex AF C7 76 C 0 29 16 4E 2A 3E
Octal 257 307 166 14 0 51 26 116 52 76
Binary 10101111 11000111 1110110 1100 0 101001 10110 1001110 101010 111110

Color Harmonies of #AFC776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC776

Black with #AFC776

Text Example


Text Example

White with #AFC776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC776; }

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

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

background-color css

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

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

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

border-color css

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

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

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