Html Css Color HEX #AFC510 Rio Grande

📋 copy color: '#AFC510'

red 175 ◦ green 197 ◦ blue 16

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

Shades of Rio Grande #AFC510

Tints of Rio Grande #AFC510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.77%

 BLUE value IS 16 (6.64% from 255) = 4.12%

R = 45.1%
G = 50.77%
B = 4.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#AFC510 (or 0xAFC510) is known color: Rio Grande. HEX triplet: AF, C5 and 10. RGB value is (175,197,16). Sum of RGB (Red+Green+Blue) = 175+197+16=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC510 is #503AEF. Grayscale: #AAAAAA. Windows color (decimal): -5257968 or 1099183. OLE color: 1099183.

HSL color Cylindrical-coordinate representation of color #AFC510: hue angle of 67.29º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFC510 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 16 -
CMYK 0.11 0 0.92 0.23
HSL 67.29º 0.85% 0.42% -
HSV(B) 67.29º 0.92% 0.77% -
XYZ 37.74 49.08 7.98 -
YUV 169.79 41.21 131.72 -
System Red Green Blue C M Y K H S L
Decimal 175 197 16 0.11 0 0.92 0.23 67.29 0.85 0.42
Hex AF C5 10 B 0 5C 17 43 55 2A
Octal 257 305 20 13 0 134 27 103 125 52
Binary 10101111 11000101 10000 1011 0 1011100 10111 1000011 1010101 101010

Color Harmonies of #AFC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC510

Black with #AFC510

Text Example


Text Example

White with #AFC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC510; }

 p { color: rgb(175,197,16); }

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

background-color css

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

 a { background-color: rgb(175,197,16); }

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

border-color css

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

 span { border-color: rgb(175,197,16); }

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