Html Css Color HEX #BBA900 La Rioja

📋 copy color: '#BBA900'

red 187 ◦ green 169 ◦ blue 0

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

Shades of La Rioja #BBA900

Tints of La Rioja #BBA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.47%

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

R = 52.53%
G = 47.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBA900 (or 0xBBA900) is known color: La Rioja. HEX triplet: BB, A9 and 00. RGB value is (187,169,0). Sum of RGB (Red+Green+Blue) = 187+169+0=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA900 is #4456FF. Grayscale: #9B9B9B. Windows color (decimal): -4478720 or 43451. OLE color: 43451.

HSL color Cylindrical-coordinate representation of color #BBA900: hue angle of 54.22º 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 #BBA900 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 0 -
CMYK 0 0.10 1 0.27
HSL 54.22º 1% 0.37% -
HSV(B) 54.22º 1% 0.73% -
XYZ 34.68 38.94 5.69 -
YUV 155.12 40.46 150.74 -
System Red Green Blue C M Y K H S L
Decimal 187 169 0 0 0.10 1 0.27 54.22 1 0.37
Hex BB A9 0 0 A 64 1B 36 64 25
Octal 273 251 0 0 12 144 33 66 144 45
Binary 10111011 10101001 0 0 1010 1100100 11011 110110 1100100 100101

Color Harmonies of #BBA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA900

Black with #BBA900

Text Example


Text Example

White with #BBA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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