#B5C108

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

Shades of La Rioja #B5C108

Tints of La Rioja #B5C108

Color information

#B5C108 (or 0xB5C108) is unknown color: approx La Rioja. HEX triplet: B5, C1 and 08. RGB value is (181,193,8). Sum of RGB (Red+Green+Blue) = 181+193+8=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C108 is #4A3EF7. Grayscale: #A9A9A9. Windows color (decimal): -4865784 or 573877. OLE color: 573877.

HSL color Cylindrical-coordinate representation of color #B5C108: hue angle of 63.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5C108 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1811938-
CMYK0.0600.960.24
HSL63.89º92.04%39.41%-
HSV(B)63.89º95.85%75.69%-
XYZ38.1747.987.48-
YUV168.3237.52137.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 193 (75.78% from 255) = 50.52%
BLUE value IS 8 (3.52% from 255) = 2.09%
R=47.38%
G=50.52%
B=2.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18119380.0600.960.2463.8992.0439.41
HexB5C18606018405c27
Octal26530110601403010013447
Binary10110101110000011000110011000001100010000001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C108; }

 p { color: rgb(181,193,8); }

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

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

 a { background-color: rgb(181,193,8); }

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

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

 span { border-color: rgb(181,193,8); }

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