#BDC30C

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

Shades of La Rioja #BDC30C

Tints of La Rioja #BDC30C

Color information

#BDC30C (or 0xBDC30C) is unknown color: approx La Rioja. HEX triplet: BD, C3 and 0C. RGB value is (189,195,12). Sum of RGB (Red+Green+Blue) = 189+195+12=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC30C is #423CF3. Grayscale: #ADADAD. Windows color (decimal): -4340980 or 836541. OLE color: 836541.

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

Color convert

RGB18919512-
CMYK0.0300.940.24
HSL61.97º88.41%40.59%-
HSV(B)61.97º93.85%76.47%-
XYZ40.5749.887.84-
YUV172.3437.51139.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 195 (76.56% from 255) = 49.24%
BLUE value IS 12 (5.08% from 255) = 3.03%
R=47.73%
G=49.24%
B=3.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195120.0300.940.2461.9788.4140.59
HexBDC3C305E183e5829
Octal2753031430136307613051
Binary101111011100001111001101011110110001111101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC30C; }

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

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

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

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

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

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

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

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