#B8AB00

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

Shades of La Rioja #B8AB00

Tints of La Rioja #B8AB00

Color information

#B8AB00 (or 0xB8AB00) is unknown color: approx La Rioja. HEX triplet: B8, AB and 00. RGB value is (184,171,0). Sum of RGB (Red+Green+Blue) = 184+171+0=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AB00 is #4754FF. Grayscale: #9C9C9C. Windows color (decimal): -4674816 or 43960. OLE color: 43960.

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

Color convert

RGB1841710-
CMYK00.0710.28
HSL55.76º100%36.08%-
HSV(B)55.76º100%72.16%-
XYZ34.3339.325.78-
YUV155.3940.31148.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 171 (67.19% from 255) = 48.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.83%
G=48.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184171000.0710.2855.7610036.08
HexB8AB007641C386424
Octal270253007144347014444
Binary1011100010101011001111100100111001110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AB00; }

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

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

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

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

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

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

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

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