#BDC811

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

Shades of La Rioja #BDC811

Tints of La Rioja #BDC811

Color information

#BDC811 (or 0xBDC811) is unknown color: approx La Rioja. HEX triplet: BD, C8 and 11. RGB value is (189,200,17). Sum of RGB (Red+Green+Blue) = 189+200+17=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC811 is #4237EE. Grayscale: #B0B0B0. Windows color (decimal): -4339695 or 1165501. OLE color: 1165501.

HSL color Cylindrical-coordinate representation of color #BDC811: hue angle of 63.61º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDC811 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB18920017-
CMYK0.0600.920.22
HSL63.61º84.33%42.55%-
HSV(B)63.61º91.5%78.43%-
XYZ41.7452.178.4-
YUV175.8538.36137.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 200 (78.52% from 255) = 49.26%
BLUE value IS 17 (7.03% from 255) = 4.19%
R=46.55%
G=49.26%
B=4.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189200170.0600.920.2263.6184.3342.55
HexBDC811605C1640542b
Octal27531021601342610012453
Binary101111011100100010001110010111001011010000001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC811; }

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

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

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

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

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

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

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

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