#BCBA00

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

Shades of La Rioja #BCBA00

Tints of La Rioja #BCBA00

Color information

#BCBA00 (or 0xBCBA00) is unknown color: approx La Rioja. HEX triplet: BC, BA and 00. RGB value is (188,186,0). Sum of RGB (Red+Green+Blue) = 188+186+0=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA00 is #4345FF. Grayscale: #A6A6A6. Windows color (decimal): -4408832 or 47804. OLE color: 47804.

HSL color Cylindrical-coordinate representation of color #BCBA00: hue angle of 59.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCBA00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1881860-
CMYK00.0110.26
HSL59.36º100%36.86%-
HSV(B)59.36º100%73.73%-
XYZ38.345.816.82-
YUV165.3934.66144.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.27%
GREEN value IS 186 (73.05% from 255) = 49.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.27%
G=49.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188186000.0110.2659.3610036.86
HexBCBA001641A3b6425
Octal274272001144327314445
Binary10111100101110100011100100110101110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA00; }

 p { color: rgb(188,186,0); }

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

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

 a { background-color: rgb(188,186,0); }

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

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

 span { border-color: rgb(188,186,0); }

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