#BCC508

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

Shades of La Rioja #BCC508

Tints of La Rioja #BCC508

Color information

#BCC508 (or 0xBCC508) is unknown color: approx La Rioja. HEX triplet: BC, C5 and 08. RGB value is (188,197,8). Sum of RGB (Red+Green+Blue) = 188+197+8=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC508 is #433AF7. Grayscale: #ADADAD. Windows color (decimal): -4406008 or 574908. OLE color: 574908.

HSL color Cylindrical-coordinate representation of color #BCC508: hue angle of 62.86º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCC508 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1881978-
CMYK0.0500.960.23
HSL62.86º92.2%40.2%-
HSV(B)62.86º95.94%77.25%-
XYZ40.7550.647.86-
YUV172.7635.02138.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 197 (77.34% from 255) = 50.13%
BLUE value IS 8 (3.52% from 255) = 2.04%
R=47.84%
G=50.13%
B=2.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18819780.0500.960.2362.8692.240.2
HexBCC585060173f5c28
Octal2743051050140277713450
Binary1011110011000101100010101100000101111111111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC508; }

 p { color: rgb(188,197,8); }

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

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

 a { background-color: rgb(188,197,8); }

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

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

 span { border-color: rgb(188,197,8); }

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