Html Css Color HEX #AFC916 Rio Grande

📋 copy color: '#AFC916'

red 175 ◦ green 201 ◦ blue 22

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

Shades of Rio Grande #AFC916

Tints of Rio Grande #AFC916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.53%

R = 43.97%
G = 50.5%
B = 5.53%

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

#AFC916 (or 0xAFC916) is known color: Rio Grande. HEX triplet: AF, C9 and 16. RGB value is (175,201,22). Sum of RGB (Red+Green+Blue) = 175+201+22=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC916 is #5036E9. Grayscale: #ADADAD. Windows color (decimal): -5256938 or 1493423. OLE color: 1493423.

HSL color Cylindrical-coordinate representation of color #AFC916: hue angle of 68.72º degrees, saturation: 0.8, 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 #AFC916 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 22 -
CMYK 0.13 0 0.89 0.21
HSL 68.72º 0.8% 0.44% -
HSV(B) 68.72º 0.89% 0.79% -
XYZ 38.71 50.95 8.55 -
YUV 172.82 42.89 129.55 -
System Red Green Blue C M Y K H S L
Decimal 175 201 22 0.13 0 0.89 0.21 68.72 0.8 0.44
Hex AF C9 16 D 0 59 15 45 50 2C
Octal 257 311 26 15 0 131 25 105 120 54
Binary 10101111 11001001 10110 1101 0 1011001 10101 1000101 1010000 101100

Color Harmonies of #AFC916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC916

Black with #AFC916

Text Example


Text Example

White with #AFC916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC916; }

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

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

background-color css

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

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

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

border-color css

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

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

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