#B4C100

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

Shades of La Rioja #B4C100

Tints of La Rioja #B4C100

Color information

#B4C100 (or 0xB4C100) is unknown color: approx La Rioja. HEX triplet: B4, C1 and 00. RGB value is (180,193,0). Sum of RGB (Red+Green+Blue) = 180+193+0=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C100 is #4B3EFF. Grayscale: #A7A7A7. Windows color (decimal): -4931328 or 49588. OLE color: 49588.

HSL color Cylindrical-coordinate representation of color #B4C100: hue angle of 64.04º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4C100 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1801930-
CMYK0.07010.24
HSL64.04º100%37.84%-
HSV(B)64.04º100%75.69%-
XYZ37.8947.847.24-
YUV167.1133.69137.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 193 (75.78% from 255) = 51.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.26%
G=51.74%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18019300.07010.2464.0410037.84
HexB4C10706418406426
Octal2643010701443010014446
Binary10110100110000010111011001001100010000001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C100; }

 p { color: rgb(180,193,0); }

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

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

 a { background-color: rgb(180,193,0); }

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

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

 span { border-color: rgb(180,193,0); }

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