#BDC20A

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

Shades of La Rioja #BDC20A

Tints of La Rioja #BDC20A

Color information

#BDC20A (or 0xBDC20A) is unknown color: approx La Rioja. HEX triplet: BD, C2 and 0A. RGB value is (189,194,10). Sum of RGB (Red+Green+Blue) = 189+194+10=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC20A is #423DF5. Grayscale: #ACACAC. Windows color (decimal): -4341238 or 705213. OLE color: 705213.

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

Color convert

RGB18919410-
CMYK0.0300.950.24
HSL61.63º90.2%40%-
HSV(B)61.63º94.85%76.08%-
XYZ40.3349.427.7-
YUV171.5336.84140.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 194 (76.17% from 255) = 49.36%
BLUE value IS 10 (4.30% from 255) = 2.54%
R=48.09%
G=49.36%
B=2.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189194100.0300.950.2461.6390.240
HexBDC2A305F183e5a28
Octal2753021230137307613250
Binary101111011100001010101101011111110001111101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC20A; }

 p { color: rgb(189,194,10); }

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

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

 a { background-color: rgb(189,194,10); }

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

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

 span { border-color: rgb(189,194,10); }

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