Html Css Color HEX #AFC504 La Rioja

📋 copy color: '#AFC504'

red 175 ◦ green 197 ◦ blue 4

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

Shades of La Rioja #AFC504

Tints of La Rioja #AFC504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.39%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 46.54%
G = 52.39%
B = 1.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#AFC504 (or 0xAFC504) is known color: La Rioja. HEX triplet: AF, C5 and 04. RGB value is (175,197,4). Sum of RGB (Red+Green+Blue) = 175+197+4=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC504 is #503AFB. Grayscale: #A9A9A9. Windows color (decimal): -5257980 or 312751. OLE color: 312751.

HSL color Cylindrical-coordinate representation of color #AFC504: hue angle of 66.84º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFC504 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 4 -
CMYK 0.11 0 0.98 0.23
HSL 66.84º 0.96% 0.39% -
HSV(B) 66.84º 0.98% 0.77% -
XYZ 37.67 49.06 7.6 -
YUV 168.42 35.21 132.69 -
System Red Green Blue C M Y K H S L
Decimal 175 197 4 0.11 0 0.98 0.23 66.84 0.96 0.39
Hex AF C5 4 B 0 62 17 43 60 27
Octal 257 305 4 13 0 142 27 103 140 47
Binary 10101111 11000101 100 1011 0 1100010 10111 1000011 1100000 100111

Color Harmonies of #AFC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC504

Black with #AFC504

Text Example


Text Example

White with #AFC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC504; }

 p { color: rgb(175,197,4); }

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

background-color css

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

 a { background-color: rgb(175,197,4); }

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

border-color css

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

 span { border-color: rgb(175,197,4); }

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