#BCC007

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

Shades of La Rioja #BCC007

Tints of La Rioja #BCC007

Color information

#BCC007 (or 0xBCC007) is unknown color: approx La Rioja. HEX triplet: BC, C0 and 07. RGB value is (188,192,7). Sum of RGB (Red+Green+Blue) = 188+192+7=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC007 is #433FF8. Grayscale: #AAAAAA. Windows color (decimal): -4407289 or 508092. OLE color: 508092.

HSL color Cylindrical-coordinate representation of color #BCC007: hue angle of 61.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCC007 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1881927-
CMYK0.0200.960.25
HSL61.3º92.96%39.02%-
HSV(B)61.3º96.35%75.29%-
XYZ39.6348.417.46-
YUV169.7136.17141.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 192 (75.39% from 255) = 49.61%
BLUE value IS 7 (3.12% from 255) = 1.81%
R=48.58%
G=49.61%
B=1.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18819270.0200.960.2561.392.9639.02
HexBCC072060193d5d27
Octal274300720140317513547
Binary10111100110000001111001100000110011111011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC007; }

 p { color: rgb(188,192,7); }

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

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

 a { background-color: rgb(188,192,7); }

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

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

 span { border-color: rgb(188,192,7); }

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