Html Css Color HEX #AFC716 Rio Grande

📋 copy color: '#AFC716'

red 175 ◦ green 199 ◦ blue 22

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

Shades of Rio Grande #AFC716

Tints of Rio Grande #AFC716

RGB

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

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

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

R = 44.19%
G = 50.25%
B = 5.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#AFC716 (or 0xAFC716) is known color: Rio Grande. HEX triplet: AF, C7 and 16. RGB value is (175,199,22). Sum of RGB (Red+Green+Blue) = 175+199+22=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC716 is #5038E9. Grayscale: #ACACAC. Windows color (decimal): -5257450 or 1492911. OLE color: 1492911.

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

Color convert

RGB 175 199 22 -
CMYK 0.12 0 0.89 0.22
HSL 68.14º 0.8% 0.43% -
HSV(B) 68.14º 0.89% 0.78% -
XYZ 38.25 50.02 8.4 -
YUV 171.65 43.55 130.39 -
System Red Green Blue C M Y K H S L
Decimal 175 199 22 0.12 0 0.89 0.22 68.14 0.8 0.43
Hex AF C7 16 C 0 59 16 44 50 2B
Octal 257 307 26 14 0 131 26 104 120 53
Binary 10101111 11000111 10110 1100 0 1011001 10110 1000100 1010000 101011

Color Harmonies of #AFC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC716

Black with #AFC716

Text Example


Text Example

White with #AFC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC716; }

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

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

background-color css

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

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

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

border-color css

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

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

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