#AFC613

Color #AFC613 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #AFC613

Tints of Rio Grande #AFC613

Color information

#AFC613 (or 0xAFC613) is unknown color: approx Rio Grande. HEX triplet: AF, C6 and 13. RGB value is (175,198,19). Sum of RGB (Red+Green+Blue) = 175+198+19=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC613 is #5039EC. Grayscale: #ABABAB. Windows color (decimal): -5257709 or 1296047. OLE color: 1296047.

HSL color Cylindrical-coordinate representation of color #AFC613: hue angle of 67.71º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFC613 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB17519819-
CMYK0.1200.900.22
HSL67.71º82.49%42.55%-
HSV(B)67.71º90.4%77.65%-
XYZ37.9949.558.18-
YUV170.7242.38131.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 198 (77.73% from 255) = 50.51%
BLUE value IS 19 (7.81% from 255) = 4.85%
R=44.64%
G=50.51%
B=4.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175198190.1200.900.2267.7182.4942.55
HexAFC613C05A1644522b
Octal257306231401322610412253
Binary1010111111000110100111100010110101011010001001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC613; }

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

 H1.HeaderClassName
 {
   color: #AFC613;
 }
 .AnyTagClassName
 {
   color: #AFC613;
 }
</style>
background-color css

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

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

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

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

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

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