Html Css Color HEX #AFC513 Rio Grande

📋 copy color: '#AFC513'

red 175 ◦ green 197 ◦ blue 19

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

Shades of Rio Grande #AFC513

Tints of Rio Grande #AFC513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 44.76%
G = 50.38%
B = 4.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#AFC513 (or 0xAFC513) is known color: Rio Grande. HEX triplet: AF, C5 and 13. RGB value is (175,197,19). Sum of RGB (Red+Green+Blue) = 175+197+19=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC513 is #503AEC. Grayscale: #AAAAAA. Windows color (decimal): -5257965 or 1295791. OLE color: 1295791.

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

Color convert

RGB 175 197 19 -
CMYK 0.11 0 0.90 0.23
HSL 67.42º 0.82% 0.42% -
HSV(B) 67.42º 0.9% 0.77% -
XYZ 37.76 49.09 8.1 -
YUV 170.13 42.71 131.47 -
System Red Green Blue C M Y K H S L
Decimal 175 197 19 0.11 0 0.90 0.23 67.42 0.82 0.42
Hex AF C5 13 B 0 5A 17 43 52 2A
Octal 257 305 23 13 0 132 27 103 122 52
Binary 10101111 11000101 10011 1011 0 1011010 10111 1000011 1010010 101010

Color Harmonies of #AFC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC513

Black with #AFC513

Text Example


Text Example

White with #AFC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC513; }

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

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

background-color css

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

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

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

border-color css

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

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

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