#B8BB04

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

Shades of La Rioja #B8BB04

Tints of La Rioja #B8BB04

Color information

#B8BB04 (or 0xB8BB04) is unknown color: approx La Rioja. HEX triplet: B8, BB and 04. RGB value is (184,187,4). Sum of RGB (Red+Green+Blue) = 184+187+4=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BB04 is #4744FB. Grayscale: #A5A5A5. Windows color (decimal): -4670716 or 310200. OLE color: 310200.

HSL color Cylindrical-coordinate representation of color #B8BB04: hue angle of 60.98º degrees, saturation: 0.96, 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 #B8BB04 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1841874-
CMYK0.0200.980.27
HSL60.98º95.81%37.45%-
HSV(B)60.98º97.86%73.33%-
XYZ37.5645.746.96-
YUV165.2437.01141.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 187 (73.44% from 255) = 49.87%
BLUE value IS 4 (1.95% from 255) = 1.07%
R=49.07%
G=49.87%
B=1.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18418740.0200.980.2760.9895.8137.45
HexB8BB420621B3d6025
Octal270273420142337514045
Binary10111000101110111001001100010110111111011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BB04; }

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

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

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

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

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

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

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

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