Html Css Color HEX #BBA800 La Rioja

📋 copy color: '#BBA800'

red 187 ◦ green 168 ◦ blue 0

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

Shades of La Rioja #BBA800

Tints of La Rioja #BBA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.32%

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

R = 52.68%
G = 47.32%
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

#BBA800 (or 0xBBA800) is known color: La Rioja. HEX triplet: BB, A8 and 00. RGB value is (187,168,0). Sum of RGB (Red+Green+Blue) = 187+168+0=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA800 is #4457FF. Grayscale: #9B9B9B. Windows color (decimal): -4478976 or 43195. OLE color: 43195.

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

Color convert

RGB 187 168 0 -
CMYK 0 0.10 1 0.27
HSL 53.9º 1% 0.37% -
HSV(B) 53.9º 1% 0.73% -
XYZ 34.5 38.57 5.63 -
YUV 154.53 40.79 151.16 -
System Red Green Blue C M Y K H S L
Decimal 187 168 0 0 0.10 1 0.27 53.9 1 0.37
Hex BB A8 0 0 A 64 1B 36 64 25
Octal 273 250 0 0 12 144 33 66 144 45
Binary 10111011 10101000 0 0 1010 1100100 11011 110110 1100100 100101

Color Harmonies of #BBA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA800

Black with #BBA800

Text Example


Text Example

White with #BBA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA800; }

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

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

background-color css

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

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

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

border-color css

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

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

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