#B3C00E

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

Shades of La Rioja #B3C00E

Tints of La Rioja #B3C00E

Color information

#B3C00E (or 0xB3C00E) is unknown color: approx La Rioja. HEX triplet: B3, C0 and 0E. RGB value is (179,192,14). Sum of RGB (Red+Green+Blue) = 179+192+14=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C00E is #4C3FF1. Grayscale: #A8A8A8. Windows color (decimal): -4997106 or 966835. OLE color: 966835.

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

Color convert

RGB17919214-
CMYK0.0700.930.25
HSL64.38º86.41%40.39%-
HSV(B)64.38º92.71%75.29%-
XYZ37.5247.317.57-
YUV167.8241.19135.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 192 (75.39% from 255) = 49.87%
BLUE value IS 14 (5.86% from 255) = 3.64%
R=46.49%
G=49.87%
B=3.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179192140.0700.930.2564.3886.4140.39
HexB3C0E705D19405628
Octal26330016701353110012650
Binary10110011110000001110111010111011100110000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C00E; }

 p { color: rgb(179,192,14); }

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

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

 a { background-color: rgb(179,192,14); }

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

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

 span { border-color: rgb(179,192,14); }

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