#B4C601

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

Shades of La Rioja #B4C601

Tints of La Rioja #B4C601

Color information

#B4C601 (or 0xB4C601) is unknown color: approx La Rioja. HEX triplet: B4, C6 and 01. RGB value is (180,198,1). Sum of RGB (Red+Green+Blue) = 180+198+1=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C601 is #4B39FE. Grayscale: #AAAAAA. Windows color (decimal): -4930047 or 116404. OLE color: 116404.

HSL color Cylindrical-coordinate representation of color #B4C601: hue angle of 65.48º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4C601 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB1801981-
CMYK0.0900.990.22
HSL65.48º98.99%39.02%-
HSV(B)65.48º99.49%77.65%-
XYZ39.0250.097.64-
YUV170.1632.54135.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 198 (77.73% from 255) = 52.24%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=47.49%
G=52.24%
B=0.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18019810.0900.990.2265.4898.9939.02
HexB4C61906316416327
Octal26430611101432610114347
Binary101101001100011011001011000111011010000011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C601; }

 p { color: rgb(180,198,1); }

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

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

 a { background-color: rgb(180,198,1); }

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

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

 span { border-color: rgb(180,198,1); }

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