#B5C10D

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

Shades of La Rioja #B5C10D

Tints of La Rioja #B5C10D

Color information

#B5C10D (or 0xB5C10D) is unknown color: approx La Rioja. HEX triplet: B5, C1 and 0D. RGB value is (181,193,13). Sum of RGB (Red+Green+Blue) = 181+193+13=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C10D is #4A3EF2. Grayscale: #A9A9A9. Windows color (decimal): -4865779 or 901557. OLE color: 901557.

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

Color convert

RGB18119313-
CMYK0.0600.930.24
HSL64º87.38%40.39%-
HSV(B)64º93.26%75.69%-
XYZ38.247.997.63-
YUV168.8940.02136.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 193 (75.78% from 255) = 49.87%
BLUE value IS 13 (5.47% from 255) = 3.36%
R=46.77%
G=49.87%
B=3.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181193130.0600.930.246487.3840.39
HexB5C1D605D18405728
Octal26530115601353010012750
Binary10110101110000011101110010111011100010000001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C10D; }

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

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

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

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

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

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

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

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