#B3C801

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

Shades of La Rioja #B3C801

Tints of La Rioja #B3C801

Color information

#B3C801 (or 0xB3C801) is unknown color: approx La Rioja. HEX triplet: B3, C8 and 01. RGB value is (179,200,1). Sum of RGB (Red+Green+Blue) = 179+200+1=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 200 (78.52% from 255 or 52.63% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C801 is #4C37FE. Grayscale: #ABABAB. Windows color (decimal): -4995071 or 116915. OLE color: 116915.

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

Color convert

RGB1792001-
CMYK0.1001.000.22
HSL66.33º99%39.41%-
HSV(B)66.33º99.5%78.43%-
XYZ39.2550.897.78-
YUV171.0432.04133.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 200 (78.52% from 255) = 52.63%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=47.11%
G=52.63%
B=0.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17920010.1001.000.2266.339939.41
HexB3C81A06416426327
Octal26331011201442610214347
Binary101100111100100011010011001001011010000101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C801; }

 p { color: rgb(179,200,1); }

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

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

 a { background-color: rgb(179,200,1); }

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

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

 span { border-color: rgb(179,200,1); }

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