#B4BA03

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

Shades of La Rioja #B4BA03

Tints of La Rioja #B4BA03

Color information

#B4BA03 (or 0xB4BA03) is unknown color: approx La Rioja. HEX triplet: B4, BA and 03. RGB value is (180,186,3). Sum of RGB (Red+Green+Blue) = 180+186+3=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BA03 is #4B45FC. Grayscale: #A4A4A4. Windows color (decimal): -4933117 or 244404. OLE color: 244404.

HSL color Cylindrical-coordinate representation of color #B4BA03: hue angle of 61.97º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4BA03 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1801863-
CMYK0.0300.980.27
HSL61.97º96.83%37.06%-
HSV(B)61.97º98.39%72.94%-
XYZ36.444.836.82-
YUV163.3437.51139.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 186 (73.05% from 255) = 50.41%
BLUE value IS 3 (1.56% from 255) = 0.81%
R=48.78%
G=50.41%
B=0.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18018630.0300.980.2761.9796.8337.06
HexB4BA330621B3e6125
Octal264272330142337614145
Binary1011010010111010111101100010110111111101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA03; }

 p { color: rgb(180,186,3); }

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

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

 a { background-color: rgb(180,186,3); }

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

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

 span { border-color: rgb(180,186,3); }

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