#bcce0d

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

Shades of La Rioja #BCCE0D

Tints of La Rioja #BCCE0D

Color information

#BCCE0D (or 0xBCCE0D) is unknown color: approx La Rioja. HEX triplet: BC, CE and 0D. RGB value is (188,206,13). Sum of RGB (Red+Green+Blue) = 188+206+13=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE0D is #4331F2. Grayscale: #B3B3B3. Windows color (decimal): -4403699 or 904892. OLE color: 904892.

HSL color Cylindrical-coordinate representation of color #BCCE0D: hue angle of 65.6º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCCE0D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB18820613-
CMYK0.0900.940.19
HSL65.6º88.13%42.94%-
HSV(B)65.6º93.69%80.78%-
XYZ42.8854.868.71-
YUV178.6234.54134.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 206 (80.86% from 255) = 50.61%
BLUE value IS 13 (5.47% from 255) = 3.19%
R=46.19%
G=50.61%
B=3.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188206130.0900.940.1965.688.1342.94
HexBCCED905E1342582b
Octal274316151101362310213053
Binary101111001100111011011001010111101001110000101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcce0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcce0d; }

 p { color: rgb(188,206,13); }

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

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

 a { background-color: rgb(188,206,13); }

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

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

 span { border-color: rgb(188,206,13); }

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