#B3B612

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

Shades of La Rioja #B3B612

Tints of La Rioja #B3B612

Color information

#B3B612 (or 0xB3B612) is unknown color: approx La Rioja. HEX triplet: B3, B6 and 12. RGB value is (179,182,18). Sum of RGB (Red+Green+Blue) = 179+182+18=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #B3B612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B612 is #4C49ED. Grayscale: #A3A3A3. Windows color (decimal): -4999662 or 1226419. OLE color: 1226419.

HSL color Cylindrical-coordinate representation of color #B3B612: hue angle of 61.1º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3B612 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB17918218-
CMYK0.0200.900.29
HSL61.1º82%39.22%-
HSV(B)61.1º90.11%71.37%-
XYZ35.4343.087.02-
YUV162.4146.51139.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 182 (71.48% from 255) = 48.02%
BLUE value IS 18 (7.42% from 255) = 4.75%
R=47.23%
G=48.02%
B=4.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179182180.0200.900.2961.18239.22
HexB3B612205A1D3d5227
Octal2632662220132357512247
Binary1011001110110110100101001011010111011111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B612; }

 p { color: rgb(179,182,18); }

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

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

 a { background-color: rgb(179,182,18); }

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

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

 span { border-color: rgb(179,182,18); }

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