#BBBD08

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

Shades of La Rioja #BBBD08

Tints of La Rioja #BBBD08

Color information

#BBBD08 (or 0xBBBD08) is unknown color: approx La Rioja. HEX triplet: BB, BD and 08. RGB value is (187,189,8). Sum of RGB (Red+Green+Blue) = 187+189+8=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBD08 is #4442F7. Grayscale: #A8A8A8. Windows color (decimal): -4473592 or 572859. OLE color: 572859.

HSL color Cylindrical-coordinate representation of color #BBBD08: hue angle of 60.66º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBBD08 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1871898-
CMYK0.0100.960.26
HSL60.66º91.88%38.63%-
HSV(B)60.66º95.77%74.12%-
XYZ38.7346.987.26-
YUV167.7737.84141.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 189 (74.22% from 255) = 49.22%
BLUE value IS 8 (3.52% from 255) = 2.08%
R=48.70%
G=49.22%
B=2.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18718980.0100.960.2660.6691.8838.63
HexBBBD810601A3d5c27
Octal2732751010140327513447
Binary10111011101111011000101100000110101111011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD08; }

 p { color: rgb(187,189,8); }

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

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

 a { background-color: rgb(187,189,8); }

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

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

 span { border-color: rgb(187,189,8); }

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