#b0b20e

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

Shades of La Rioja #B0B20E

Tints of La Rioja #B0B20E

Color information

#B0B20E (or 0xB0B20E) is unknown color: approx La Rioja. HEX triplet: B0, B2 and 0E. RGB value is (176,178,14). Sum of RGB (Red+Green+Blue) = 176+178+14=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0B20E is #4F4DF1. Grayscale: #9F9F9F. Windows color (decimal): -5197298 or 963248. OLE color: 963248.

HSL color Cylindrical-coordinate representation of color #B0B20E: hue angle of 60.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0B20E is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17617814-
CMYK0.0100.920.30
HSL60.73º85.42%37.65%-
HSV(B)60.73º92.13%69.8%-
XYZ33.941.16.56-
YUV158.7146.34140.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 178 (69.92% from 255) = 48.37%
BLUE value IS 14 (5.86% from 255) = 3.80%
R=47.83%
G=48.37%
B=3.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176178140.0100.920.3060.7385.4237.65
HexB0B2E105C1E3d5526
Octal2602621610134367512546
Binary10110000101100101110101011100111101111011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0b20e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0b20e; }

 p { color: rgb(176,178,14); }

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

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

 a { background-color: rgb(176,178,14); }

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

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

 span { border-color: rgb(176,178,14); }

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