Html Css Color HEX #AFC674 Caper

📋 copy color: '#AFC674'

red 175 ◦ green 198 ◦ blue 116

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

Shades of Caper #AFC674

Tints of Caper #AFC674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 35.79%
G = 40.49%
B = 23.72%

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

#AFC674 (or 0xAFC674) is known color: Caper. HEX triplet: AF, C6 and 74. RGB value is (175,198,116). Sum of RGB (Red+Green+Blue) = 175+198+116=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC674 is #50398B. Grayscale: #B6B6B6. Windows color (decimal): -5257612 or 7653039. OLE color: 7653039.

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

Color convert

RGB 175 198 116 -
CMYK 0.12 0 0.41 0.22
HSL 76.83º 0.42% 0.62% -
HSV(B) 76.83º 0.41% 0.78% -
XYZ 41.03 50.76 24.16 -
YUV 181.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 175 198 116 0.12 0 0.41 0.22 76.83 0.42 0.62
Hex AF C6 74 C 0 29 16 4D 2A 3E
Octal 257 306 164 14 0 51 26 115 52 76
Binary 10101111 11000110 1110100 1100 0 101001 10110 1001101 101010 111110

Color Harmonies of #AFC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC674

Black with #AFC674

Text Example


Text Example

White with #AFC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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