#B3C10A

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

Shades of La Rioja #B3C10A

Tints of La Rioja #B3C10A

Color information

#B3C10A (or 0xB3C10A) is unknown color: approx La Rioja. HEX triplet: B3, C1 and 0A. RGB value is (179,193,10). Sum of RGB (Red+Green+Blue) = 179+193+10=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C10A is #4C3EF5. Grayscale: #A8A8A8. Windows color (decimal): -4996854 or 704947. OLE color: 704947.

HSL color Cylindrical-coordinate representation of color #B3C10A: hue angle of 64.59º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3C10A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB17919310-
CMYK0.0700.950.24
HSL64.59º90.15%39.8%-
HSV(B)64.59º94.82%75.69%-
XYZ37.7247.757.52-
YUV167.9538.86135.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.86%
GREEN value IS 193 (75.78% from 255) = 50.52%
BLUE value IS 10 (4.30% from 255) = 2.62%
R=46.86%
G=50.52%
B=2.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179193100.0700.950.2464.5990.1539.8
HexB3C1A705F18415a28
Octal26330112701373010113250
Binary10110011110000011010111010111111100010000011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C10A; }

 p { color: rgb(179,193,10); }

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

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

 a { background-color: rgb(179,193,10); }

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

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

 span { border-color: rgb(179,193,10); }

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