#B5C504

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

Shades of La Rioja #B5C504

Tints of La Rioja #B5C504

Color information

#B5C504 (or 0xB5C504) is unknown color: approx La Rioja. HEX triplet: B5, C5 and 04. RGB value is (181,197,4). Sum of RGB (Red+Green+Blue) = 181+197+4=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C504 is #4A3AFB. Grayscale: #AAAAAA. Windows color (decimal): -4864764 or 312757. OLE color: 312757.

HSL color Cylindrical-coordinate representation of color #B5C504: hue angle of 64.97º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5C504 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB1811974-
CMYK0.0800.980.23
HSL64.97º96.02%39.41%-
HSV(B)64.97º97.97%77.25%-
XYZ39.0449.777.66-
YUV170.2134.2135.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 197 (77.34% from 255) = 51.57%
BLUE value IS 4 (1.95% from 255) = 1.05%
R=47.38%
G=51.57%
B=1.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18119740.0800.980.2364.9796.0239.41
HexB5C54806217416027
Octal26530541001422710114047
Binary10110101110001011001000011000101011110000011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C504; }

 p { color: rgb(181,197,4); }

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

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

 a { background-color: rgb(181,197,4); }

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

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

 span { border-color: rgb(181,197,4); }

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