#B8B900

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

Shades of La Rioja #B8B900

Tints of La Rioja #B8B900

Color information

#B8B900 (or 0xB8B900) is unknown color: approx La Rioja. HEX triplet: B8, B9 and 00. RGB value is (184,185,0). Sum of RGB (Red+Green+Blue) = 184+185+0=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B900 is #4746FF. Grayscale: #A4A4A4. Windows color (decimal): -4671232 or 47544. OLE color: 47544.

HSL color Cylindrical-coordinate representation of color #B8B900: hue angle of 60.32º 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 #B8B900 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1841850-
CMYK0.01010.27
HSL60.32º100%36.27%-
HSV(B)60.32º100%72.55%-
XYZ37.1244.896.71-
YUV163.6135.67142.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 185 (72.66% from 255) = 50.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.86%
G=50.14%
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
Decimal18418500.01010.2760.3210036.27
HexB8B9010641B3c6424
Octal270271010144337414444
Binary10111000101110010101100100110111111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B900; }

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

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

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

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

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

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

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

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