#B4C014

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

Shades of La Rioja #B4C014

Tints of La Rioja #B4C014

Color information

#B4C014 (or 0xB4C014) is unknown color: approx La Rioja. HEX triplet: B4, C0 and 14. RGB value is (180,192,20). Sum of RGB (Red+Green+Blue) = 180+192+20=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C014 is #4B3FEB. Grayscale: #A9A9A9. Windows color (decimal): -4931564 or 1360052. OLE color: 1360052.

HSL color Cylindrical-coordinate representation of color #B4C014: hue angle of 64.19º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4C014 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB18019220-
CMYK0.0600.900.25
HSL64.19º81.13%41.57%-
HSV(B)64.19º89.58%75.29%-
XYZ37.847.457.83-
YUV168.844.02135.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 192 (75.39% from 255) = 48.98%
BLUE value IS 20 (8.20% from 255) = 5.10%
R=45.92%
G=48.98%
B=5.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180192200.0600.900.2564.1981.1341.57
HexB4C014605A1940512a
Octal26430024601323110012152
Binary101101001100000010100110010110101100110000001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C014; }

 p { color: rgb(180,192,20); }

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

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

 a { background-color: rgb(180,192,20); }

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

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

 span { border-color: rgb(180,192,20); }

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