#BDC60E

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

Shades of La Rioja #BDC60E

Tints of La Rioja #BDC60E

Color information

#BDC60E (or 0xBDC60E) is unknown color: approx La Rioja. HEX triplet: BD, C6 and 0E. RGB value is (189,198,14). Sum of RGB (Red+Green+Blue) = 189+198+14=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC60E is #4239F1. Grayscale: #AFAFAF. Windows color (decimal): -4340210 or 968381. OLE color: 968381.

HSL color Cylindrical-coordinate representation of color #BDC60E: hue angle of 62.93º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDC60E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB18919814-
CMYK0.0500.930.22
HSL62.93º86.79%41.57%-
HSV(B)62.93º92.93%77.65%-
XYZ41.2651.248.13-
YUV174.3337.52138.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 198 (77.73% from 255) = 49.38%
BLUE value IS 14 (5.86% from 255) = 3.49%
R=47.13%
G=49.38%
B=3.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189198140.0500.930.2262.9386.7941.57
HexBDC6E505D163f572a
Octal2753061650135267712752
Binary1011110111000110111010101011101101101111111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC60E; }

 p { color: rgb(189,198,14); }

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

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

 a { background-color: rgb(189,198,14); }

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

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

 span { border-color: rgb(189,198,14); }

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