#B6CA0E

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

Shades of La Rioja #B6CA0E

Tints of La Rioja #B6CA0E

Color information

#B6CA0E (or 0xB6CA0E) is unknown color: approx La Rioja. HEX triplet: B6, CA and 0E. RGB value is (182,202,14). Sum of RGB (Red+Green+Blue) = 182+202+14=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CA0E is #4935F1. Grayscale: #AFAFAF. Windows color (decimal): -4797938 or 969398. OLE color: 969398.

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

Color convert

RGB18220214-
CMYK0.1000.930.21
HSL66.38º87.04%42.35%-
HSV(B)66.38º93.07%79.22%-
XYZ40.4952.228.36-
YUV174.5937.37133.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 202 (79.30% from 255) = 50.75%
BLUE value IS 14 (5.86% from 255) = 3.52%
R=45.73%
G=50.75%
B=3.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182202140.1000.930.2166.3887.0442.35
HexB6CAEA05D1542572a
Octal266312161201352510212752
Binary101101101100101011101010010111011010110000101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA0E; }

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

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

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

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

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

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

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

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