#B8BA00

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

Shades of La Rioja #B8BA00

Tints of La Rioja #B8BA00

Color information

#B8BA00 (or 0xB8BA00) is unknown color: approx La Rioja. HEX triplet: B8, BA and 00. RGB value is (184,186,0). Sum of RGB (Red+Green+Blue) = 184+186+0=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BA00 is #4745FF. Grayscale: #A4A4A4. Windows color (decimal): -4670976 or 47800. OLE color: 47800.

HSL color Cylindrical-coordinate representation of color #B8BA00: hue angle of 60.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8BA00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1841860-
CMYK0.01010.27
HSL60.65º100%36.47%-
HSV(B)60.65º100%72.94%-
XYZ37.3345.316.78-
YUV164.235.34142.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.73%
GREEN value IS 186 (73.05% from 255) = 50.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.73%
G=50.27%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18418600.01010.2760.6510036.47
HexB8BA010641B3d6424
Octal270272010144337514444
Binary10111000101110100101100100110111111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA00; }

 p { color: rgb(184,186,0); }

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

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

 a { background-color: rgb(184,186,0); }

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

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

 span { border-color: rgb(184,186,0); }

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