#B4C306

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

Shades of La Rioja #B4C306

Tints of La Rioja #B4C306

Color information

#B4C306 (or 0xB4C306) is unknown color: approx La Rioja. HEX triplet: B4, C3 and 06. RGB value is (180,195,6). Sum of RGB (Red+Green+Blue) = 180+195+6=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C306 is #4B3CF9. Grayscale: #A9A9A9. Windows color (decimal): -4930810 or 443316. OLE color: 443316.

HSL color Cylindrical-coordinate representation of color #B4C306: hue angle of 64.76º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4C306 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB1801956-
CMYK0.0800.970.24
HSL64.76º94.03%39.41%-
HSV(B)64.76º96.92%76.47%-
XYZ38.3748.757.56-
YUV168.9736.03135.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 195 (76.56% from 255) = 51.18%
BLUE value IS 6 (2.73% from 255) = 1.57%
R=47.24%
G=51.18%
B=1.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18019560.0800.970.2464.7694.0339.41
HexB4C36806118415e27
Octal26430361001413010113647
Binary10110100110000111101000011000011100010000011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C306; }

 p { color: rgb(180,195,6); }

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

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

 a { background-color: rgb(180,195,6); }

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

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

 span { border-color: rgb(180,195,6); }

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