Html Css Color HEX #AFC717 Rio Grande

📋 copy color: '#AFC717'

red 175 ◦ green 199 ◦ blue 23

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

Shades of Rio Grande #AFC717

Tints of Rio Grande #AFC717

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.13%

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

R = 44.08%
G = 50.13%
B = 5.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#AFC717 (or 0xAFC717) is known color: Rio Grande. HEX triplet: AF, C7 and 17. RGB value is (175,199,23). Sum of RGB (Red+Green+Blue) = 175+199+23=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC717 is #5038E8. Grayscale: #ACACAC. Windows color (decimal): -5257449 or 1558447. OLE color: 1558447.

HSL color Cylindrical-coordinate representation of color #AFC717: hue angle of 68.18º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFC717 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 23 -
CMYK 0.12 0 0.88 0.22
HSL 68.18º 0.79% 0.44% -
HSV(B) 68.18º 0.88% 0.78% -
XYZ 38.26 50.02 8.45 -
YUV 171.76 44.05 130.31 -
System Red Green Blue C M Y K H S L
Decimal 175 199 23 0.12 0 0.88 0.22 68.18 0.79 0.44
Hex AF C7 17 C 0 58 16 44 4F 2C
Octal 257 307 27 14 0 130 26 104 117 54
Binary 10101111 11000111 10111 1100 0 1011000 10110 1000100 1001111 101100

Color Harmonies of #AFC717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC717

Black with #AFC717

Text Example


Text Example

White with #AFC717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC717; }

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

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

background-color css

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

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

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

border-color css

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

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

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