Html Css Color HEX #BBB900 La Rioja

📋 copy color: '#BBB900'

red 187 ◦ green 185 ◦ blue 0

#BBB900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BBB900

Tints of La Rioja #BBB900

RGB

 RED value IS 187 (73.44% from 255) = 50.27%

 GREEN value IS 185 (72.66% from 255) = 49.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.27%
G = 49.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBB900 (or 0xBBB900) is known color: La Rioja. HEX triplet: BB, B9 and 00. RGB value is (187,185,0). Sum of RGB (Red+Green+Blue) = 187+185+0=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB900 is #4446FF. Grayscale: #A5A5A5. Windows color (decimal): -4474624 or 47547. OLE color: 47547.

HSL color Cylindrical-coordinate representation of color #BBB900: hue angle of 59.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBB900 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 185 0 -
CMYK 0 0.01 1 0.27
HSL 59.36º 1% 0.37% -
HSV(B) 59.36º 1% 0.73% -
XYZ 37.84 45.26 6.74 -
YUV 164.51 35.16 144.04 -
System Red Green Blue C M Y K H S L
Decimal 187 185 0 0 0.01 1 0.27 59.36 1 0.37
Hex BB B9 0 0 1 64 1B 3B 64 25
Octal 273 271 0 0 1 144 33 73 144 45
Binary 10111011 10111001 0 0 1 1100100 11011 111011 1100100 100101

Color Harmonies of #BBB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB900

Black with #BBB900

Text Example


Text Example

White with #BBB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB900; }

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

 H1.HeaderClassName
 {
   color: #BBB900;
 }
 .AnyTagClassName
 {
   color: #BBB900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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