#BDC311

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

Shades of La Rioja #BDC311

Tints of La Rioja #BDC311

Color information

#BDC311 (or 0xBDC311) is unknown color: approx La Rioja. HEX triplet: BD, C3 and 11. RGB value is (189,195,17). Sum of RGB (Red+Green+Blue) = 189+195+17=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC311 is #423CEE. Grayscale: #ADADAD. Windows color (decimal): -4340975 or 1164221. OLE color: 1164221.

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

Color convert

RGB18919517-
CMYK0.0300.910.24
HSL62.02º83.96%41.57%-
HSV(B)62.02º91.28%76.47%-
XYZ40.649.898.02-
YUV172.9140.01139.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 17 (7.03% from 255) = 4.24%
R=47.13%
G=48.63%
B=4.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195170.0300.910.2462.0283.9641.57
HexBDC311305B183e542a
Octal2753032130133307612452
Binary1011110111000011100011101011011110001111101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC311; }

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

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

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

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

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

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

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

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