#AFBE04

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

Shades of La Rioja #AFBE04

Tints of La Rioja #AFBE04

Color information

#AFBE04 (or 0xAFBE04) is unknown color: approx La Rioja. HEX triplet: AF, BE and 04. RGB value is (175,190,4). Sum of RGB (Red+Green+Blue) = 175+190+4=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBE04 is #5041FB. Grayscale: #A5A5A5. Windows color (decimal): -5259772 or 310959. OLE color: 310959.

HSL color Cylindrical-coordinate representation of color #AFBE04: hue angle of 64.84º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFBE04 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB1751904-
CMYK0.0800.980.25
HSL64.84º95.88%38.04%-
HSV(B)64.84º97.89%74.51%-
XYZ36.1145.957.08-
YUV164.3137.53135.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 190 (74.61% from 255) = 51.49%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=47.43%
G=51.49%
B=1.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17519040.0800.980.2564.8495.8838.04
HexAFBE4806219416026
Octal25727641001423110114046
Binary10101111101111101001000011000101100110000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE04; }

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

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

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

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

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

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

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

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