Html Css Color HEX #AFC211 Rio Grande

📋 copy color: '#AFC211'

red 175 ◦ green 194 ◦ blue 17

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

Shades of Rio Grande #AFC211

Tints of Rio Grande #AFC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.26%

 BLUE value IS 17 (7.03% from 255) = 4.4%

R = 45.34%
G = 50.26%
B = 4.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#AFC211 (or 0xAFC211) is known color: Rio Grande. HEX triplet: AF, C2 and 11. RGB value is (175,194,17). Sum of RGB (Red+Green+Blue) = 175+194+17=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC211 is #503DEE. Grayscale: #A8A8A8. Windows color (decimal): -5258735 or 1163951. OLE color: 1163951.

HSL color Cylindrical-coordinate representation of color #AFC211: hue angle of 66.44º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFC211 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 17 -
CMYK 0.10 0 0.91 0.24
HSL 66.44º 0.84% 0.41% -
HSV(B) 66.44º 0.91% 0.76% -
XYZ 37.07 47.74 7.79 -
YUV 168.14 42.71 132.89 -
System Red Green Blue C M Y K H S L
Decimal 175 194 17 0.10 0 0.91 0.24 66.44 0.84 0.41
Hex AF C2 11 A 0 5B 18 42 54 29
Octal 257 302 21 12 0 133 30 102 124 51
Binary 10101111 11000010 10001 1010 0 1011011 11000 1000010 1010100 101001

Color Harmonies of #AFC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC211

Black with #AFC211

Text Example


Text Example

White with #AFC211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC211; }

 p { color: rgb(175,194,17); }

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

background-color css

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

 a { background-color: rgb(175,194,17); }

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

border-color css

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

 span { border-color: rgb(175,194,17); }

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