Html Css Color HEX #AFC210 La Rioja

📋 copy color: '#AFC210'

red 175 ◦ green 194 ◦ blue 16

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

Shades of La Rioja #AFC210

Tints of La Rioja #AFC210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.16%

R = 45.45%
G = 50.39%
B = 4.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#AFC210 (or 0xAFC210) is known color: La Rioja. HEX triplet: AF, C2 and 10. RGB value is (175,194,16). Sum of RGB (Red+Green+Blue) = 175+194+16=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC210 is #503DEF. Grayscale: #A8A8A8. Windows color (decimal): -5258736 or 1098415. OLE color: 1098415.

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

Color convert

RGB 175 194 16 -
CMYK 0.10 0 0.92 0.24
HSL 66.4º 0.85% 0.41% -
HSV(B) 66.4º 0.92% 0.76% -
XYZ 37.06 47.73 7.75 -
YUV 168.03 42.21 132.97 -
System Red Green Blue C M Y K H S L
Decimal 175 194 16 0.10 0 0.92 0.24 66.4 0.85 0.41
Hex AF C2 10 A 0 5C 18 42 55 29
Octal 257 302 20 12 0 134 30 102 125 51
Binary 10101111 11000010 10000 1010 0 1011100 11000 1000010 1010101 101001

Color Harmonies of #AFC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC210

Black with #AFC210

Text Example


Text Example

White with #AFC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC210; }

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

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

background-color css

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

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

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

border-color css

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

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

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