#BCCF0C

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

Shades of La Rioja #BCCF0C

Tints of La Rioja #BCCF0C

Color information

#BCCF0C (or 0xBCCF0C) is unknown color: approx La Rioja. HEX triplet: BC, CF and 0C. RGB value is (188,207,12). Sum of RGB (Red+Green+Blue) = 188+207+12=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCF0C is #4330F3. Grayscale: #B3B3B3. Windows color (decimal): -4403444 or 839612. OLE color: 839612.

HSL color Cylindrical-coordinate representation of color #BCCF0C: hue angle of 65.85º degrees, saturation: 0.89, 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 #BCCF0C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB18820712-
CMYK0.0900.940.19
HSL65.85º89.04%42.94%-
HSV(B)65.85º94.2%81.18%-
XYZ43.1255.348.76-
YUV179.0933.71134.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 207 (81.25% from 255) = 50.86%
BLUE value IS 12 (5.08% from 255) = 2.95%
R=46.19%
G=50.86%
B=2.95%

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
Decimal188207120.0900.940.1965.8589.0442.94
HexBCCFC905E1342592b
Octal274317141101362310213153
Binary101111001100111111001001010111101001110000101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF0C; }

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

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

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

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

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

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

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

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