#BDBE16

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

Shades of La Rioja #BDBE16

Tints of La Rioja #BDBE16

Color information

#BDBE16 (or 0xBDBE16) is unknown color: approx La Rioja. HEX triplet: BD, BE and 16. RGB value is (189,190,22). Sum of RGB (Red+Green+Blue) = 189+190+22=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBE16 is #4241E9. Grayscale: #ABABAB. Windows color (decimal): -4342250 or 1490621. OLE color: 1490621.

HSL color Cylindrical-coordinate representation of color #BDBE16: hue angle of 60.36º 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 #BDBE16 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB18919022-
CMYK0.0100.880.25
HSL60.36º79.25%41.57%-
HSV(B)60.36º88.42%74.51%-
XYZ39.5447.77.88-
YUV170.5544.17141.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 190 (74.61% from 255) = 47.38%
BLUE value IS 22 (8.98% from 255) = 5.49%
R=47.13%
G=47.38%
B=5.49%

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
Decimal189190220.0100.880.2560.3679.2541.57
HexBDBE161058193c4f2a
Octal2752762610130317411752
Binary101111011011111010110101011000110011111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE16; }

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

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

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

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

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

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

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

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