#BDC511

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

Shades of La Rioja #BDC511

Tints of La Rioja #BDC511

Color information

#BDC511 (or 0xBDC511) is unknown color: approx La Rioja. HEX triplet: BD, C5 and 11. RGB value is (189,197,17). Sum of RGB (Red+Green+Blue) = 189+197+17=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC511 is #423AEE. Grayscale: #AEAEAE. Windows color (decimal): -4340463 or 1164733. OLE color: 1164733.

HSL color Cylindrical-coordinate representation of color #BDC511: hue angle of 62.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDC511 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB18919717-
CMYK0.0400.910.23
HSL62.67º84.11%41.96%-
HSV(B)62.67º91.37%77.25%-
XYZ41.0550.798.17-
YUV174.0939.35138.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 197 (77.34% from 255) = 48.88%
BLUE value IS 17 (7.03% from 255) = 4.22%
R=46.90%
G=48.88%
B=4.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189197170.0400.910.2362.6784.1141.96
HexBDC511405B173f542a
Octal2753052140133277712452
Binary10111101110001011000110001011011101111111111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC511; }

 p { color: rgb(189,197,17); }

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

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

 a { background-color: rgb(189,197,17); }

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

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

 span { border-color: rgb(189,197,17); }

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