#B8BB12

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

Shades of La Rioja #B8BB12

Tints of La Rioja #B8BB12

Color information

#B8BB12 (or 0xB8BB12) is unknown color: approx La Rioja. HEX triplet: B8, BB and 12. RGB value is (184,187,18). Sum of RGB (Red+Green+Blue) = 184+187+18=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BB12 is #4744ED. Grayscale: #A7A7A7. Windows color (decimal): -4670702 or 1227704. OLE color: 1227704.

HSL color Cylindrical-coordinate representation of color #B8BB12: hue angle of 61.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8BB12 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18418718-
CMYK0.0200.900.27
HSL61.07º82.44%40.2%-
HSV(B)61.07º90.37%73.33%-
XYZ37.6545.777.42-
YUV166.8444.01140.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 187 (73.44% from 255) = 48.07%
BLUE value IS 18 (7.42% from 255) = 4.63%
R=47.30%
G=48.07%
B=4.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184187180.0200.900.2761.0782.4440.2
HexB8BB12205A1B3d5228
Octal2702732220132337512250
Binary1011100010111011100101001011010110111111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BB12; }

 p { color: rgb(184,187,18); }

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

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

 a { background-color: rgb(184,187,18); }

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

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

 span { border-color: rgb(184,187,18); }

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