#AFBF02

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

Shades of La Rioja #AFBF02

Tints of La Rioja #AFBF02

Color information

#AFBF02 (or 0xAFBF02) is unknown color: approx La Rioja. HEX triplet: AF, BF and 02. RGB value is (175,191,2). Sum of RGB (Red+Green+Blue) = 175+191+2=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBF02 is #5040FD. Grayscale: #A5A5A5. Windows color (decimal): -5259518 or 180143. OLE color: 180143.

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

Color convert

RGB1751912-
CMYK0.0800.990.25
HSL65.08º97.93%37.84%-
HSV(B)65.08º98.95%74.9%-
XYZ36.3246.387.1-
YUV164.6736.2135.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 191 (75% from 255) = 51.90%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=47.55%
G=51.90%
B=0.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17519120.0800.990.2565.0897.9337.84
HexAFBF2806319416226
Octal25727721001433110114246
Binary1010111110111111101000011000111100110000011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF02; }

 p { color: rgb(175,191,2); }

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

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

 a { background-color: rgb(175,191,2); }

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

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

 span { border-color: rgb(175,191,2); }

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