#B5B812

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

Shades of La Rioja #B5B812

Tints of La Rioja #B5B812

Color information

#B5B812 (or 0xB5B812) is unknown color: approx La Rioja. HEX triplet: B5, B8 and 12. RGB value is (181,184,18). Sum of RGB (Red+Green+Blue) = 181+184+18=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B812 is #4A47ED. Grayscale: #A4A4A4. Windows color (decimal): -4868078 or 1226933. OLE color: 1226933.

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

Color convert

RGB18118418-
CMYK0.0200.900.28
HSL61.08º82.18%39.61%-
HSV(B)61.08º90.22%72.16%-
XYZ36.3144.157.18-
YUV164.1845.51140-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 184 (72.27% from 255) = 48.04%
BLUE value IS 18 (7.42% from 255) = 4.70%
R=47.26%
G=48.04%
B=4.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181184180.0200.900.2861.0882.1839.61
HexB5B812205A1C3d5228
Octal2652702220132347512250
Binary1011010110111000100101001011010111001111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B812; }

 p { color: rgb(181,184,18); }

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

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

 a { background-color: rgb(181,184,18); }

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

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

 span { border-color: rgb(181,184,18); }

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