#B6C60E

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

Shades of La Rioja #B6C60E

Tints of La Rioja #B6C60E

Color information

#B6C60E (or 0xB6C60E) is unknown color: approx La Rioja. HEX triplet: B6, C6 and 0E. RGB value is (182,198,14). Sum of RGB (Red+Green+Blue) = 182+198+14=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C60E is #4939F1. Grayscale: #ACACAC. Windows color (decimal): -4798962 or 968374. OLE color: 968374.

HSL color Cylindrical-coordinate representation of color #B6C60E: hue angle of 65.22º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6C60E is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB18219814-
CMYK0.0800.930.22
HSL65.22º86.79%41.57%-
HSV(B)65.22º92.93%77.65%-
XYZ39.5650.368.05-
YUV172.2438.7134.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 198 (77.73% from 255) = 50.25%
BLUE value IS 14 (5.86% from 255) = 3.55%
R=46.19%
G=50.25%
B=3.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182198140.0800.930.2265.2286.7941.57
HexB6C6E805D1641572a
Octal266306161001352610112752
Binary101101101100011011101000010111011011010000011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C60E; }

 p { color: rgb(182,198,14); }

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

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

 a { background-color: rgb(182,198,14); }

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

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

 span { border-color: rgb(182,198,14); }

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