#BCC30C

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

Shades of La Rioja #BCC30C

Tints of La Rioja #BCC30C

Color information

#BCC30C (or 0xBCC30C) is unknown color: approx La Rioja. HEX triplet: BC, C3 and 0C. RGB value is (188,195,12). Sum of RGB (Red+Green+Blue) = 188+195+12=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC30C is #433CF3. Grayscale: #ACACAC. Windows color (decimal): -4406516 or 836540. OLE color: 836540.

HSL color Cylindrical-coordinate representation of color #BCC30C: hue angle of 62.3º 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 #BCC30C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB18819512-
CMYK0.0400.940.24
HSL62.3º88.41%40.59%-
HSV(B)62.3º93.85%76.47%-
XYZ40.3249.757.83-
YUV172.0437.68139.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 195 (76.56% from 255) = 49.37%
BLUE value IS 12 (5.08% from 255) = 3.04%
R=47.59%
G=49.37%
B=3.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188195120.0400.940.2462.388.4140.59
HexBCC3C405E183e5829
Octal2743031440136307613051
Binary1011110011000011110010001011110110001111101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC30C; }

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

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

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

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

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

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

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

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