Html Css Color HEX #AFC917 Rio Grande

📋 copy color: '#AFC917'

red 175 ◦ green 201 ◦ blue 23

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

Shades of Rio Grande #AFC917

Tints of Rio Grande #AFC917

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.38%

 BLUE value IS 23 (9.38% from 255) = 5.76%

R = 43.86%
G = 50.38%
B = 5.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#AFC917 (or 0xAFC917) is known color: Rio Grande. HEX triplet: AF, C9 and 17. RGB value is (175,201,23). Sum of RGB (Red+Green+Blue) = 175+201+23=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC917 is #5036E8. Grayscale: #ADADAD. Windows color (decimal): -5256937 or 1558959. OLE color: 1558959.

HSL color Cylindrical-coordinate representation of color #AFC917: hue angle of 68.76º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFC917 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 23 -
CMYK 0.13 0 0.89 0.21
HSL 68.76º 0.79% 0.44% -
HSV(B) 68.76º 0.89% 0.79% -
XYZ 38.72 50.95 8.6 -
YUV 172.93 43.39 129.47 -
System Red Green Blue C M Y K H S L
Decimal 175 201 23 0.13 0 0.89 0.21 68.76 0.79 0.44
Hex AF C9 17 D 0 59 15 45 4F 2C
Octal 257 311 27 15 0 131 25 105 117 54
Binary 10101111 11001001 10111 1101 0 1011001 10101 1000101 1001111 101100

Color Harmonies of #AFC917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC917

Black with #AFC917

Text Example


Text Example

White with #AFC917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC917; }

 p { color: rgb(175,201,23); }

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

background-color css

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

 a { background-color: rgb(175,201,23); }

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

border-color css

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

 span { border-color: rgb(175,201,23); }

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