#afb80d

Color #AFB80D La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #AFB80D

Tints of La Rioja #AFB80D

Color information

#AFB80D (or 0xAFB80D) is unknown color: approx La Rioja. HEX triplet: AF, B8 and 0D. RGB value is (175,184,13). Sum of RGB (Red+Green+Blue) = 175+184+13=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB80D is #5047F2. Grayscale: #A2A2A2. Windows color (decimal): -5261299 or 899247. OLE color: 899247.

HSL color Cylindrical-coordinate representation of color #AFB80D: hue angle of 63.16º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFB80D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB17518413-
CMYK0.0500.930.28
HSL63.16º86.8%38.63%-
HSV(B)63.16º92.93%72.16%-
XYZ34.8943.426.92-
YUV161.8244.02137.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 184 (72.27% from 255) = 49.46%
BLUE value IS 13 (5.47% from 255) = 3.49%
R=47.04%
G=49.46%
B=3.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175184130.0500.930.2863.1686.838.63
HexAFB8D505D1C3f5727
Octal2572701550135347712747
Binary1010111110111000110110101011101111001111111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb80d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb80d; }

 p { color: rgb(175,184,13); }

 H1.HeaderClassName
 {
   color: #afb80d;
 }
 .AnyTagClassName
 {
   color: #afb80d;
 }
</style>
background-color css

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

 a { background-color: rgb(175,184,13); }

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

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

 span { border-color: rgb(175,184,13); }

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