#AFBF0B

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

Shades of La Rioja #AFBF0B

Tints of La Rioja #AFBF0B

Color information

#AFBF0B (or 0xAFBF0B) is unknown color: approx La Rioja. HEX triplet: AF, BF and 0B. RGB value is (175,191,11). Sum of RGB (Red+Green+Blue) = 175+191+11=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBF0B is #5040F4. Grayscale: #A6A6A6. Windows color (decimal): -5259509 or 769967. OLE color: 769967.

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

Color convert

RGB17519111-
CMYK0.0800.940.25
HSL65.33º89.11%39.61%-
HSV(B)65.33º94.24%74.9%-
XYZ36.3746.47.36-
YUV165.740.7134.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 11 (4.69% from 255) = 2.92%
R=46.42%
G=50.66%
B=2.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175191110.0800.940.2565.3389.1139.61
HexAFBFB805E19415928
Octal257277131001363110113150
Binary101011111011111110111000010111101100110000011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF0B; }

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

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

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

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

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

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

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

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