#BDBF16

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

Shades of La Rioja #BDBF16

Tints of La Rioja #BDBF16

Color information

#BDBF16 (or 0xBDBF16) is unknown color: approx La Rioja. HEX triplet: BD, BF and 16. RGB value is (189,191,22). Sum of RGB (Red+Green+Blue) = 189+191+22=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBF16 is #4240E9. Grayscale: #ABABAB. Windows color (decimal): -4341994 or 1490877. OLE color: 1490877.

HSL color Cylindrical-coordinate representation of color #BDBF16: hue angle of 60.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDBF16 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB18919122-
CMYK0.0100.880.25
HSL60.71º79.34%41.76%-
HSV(B)60.71º88.48%74.9%-
XYZ39.7648.147.96-
YUV171.1443.84140.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 22 (8.98% from 255) = 5.47%
R=47.01%
G=47.51%
B=5.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189191220.0100.880.2560.7179.3441.76
HexBDBF161058193d4f2a
Octal2752772610130317511752
Binary101111011011111110110101011000110011111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF16; }

 p { color: rgb(189,191,22); }

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

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

 a { background-color: rgb(189,191,22); }

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

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

 span { border-color: rgb(189,191,22); }

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