Html Css Color HEX #BBAB00 La Rioja

📋 copy color: '#BBAB00'

red 187 ◦ green 171 ◦ blue 0

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

Shades of La Rioja #BBAB00

Tints of La Rioja #BBAB00

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.77%

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

R = 52.23%
G = 47.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBAB00 (or 0xBBAB00) is known color: La Rioja. HEX triplet: BB, AB and 00. RGB value is (187,171,0). Sum of RGB (Red+Green+Blue) = 187+171+0=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB00 is #4454FF. Grayscale: #9C9C9C. Windows color (decimal): -4478208 or 43963. OLE color: 43963.

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

Color convert

RGB 187 171 0 -
CMYK 0 0.09 1 0.27
HSL 54.87º 1% 0.37% -
HSV(B) 54.87º 1% 0.73% -
XYZ 35.06 39.69 5.81 -
YUV 156.29 39.8 149.9 -
System Red Green Blue C M Y K H S L
Decimal 187 171 0 0 0.09 1 0.27 54.87 1 0.37
Hex BB AB 0 0 9 64 1B 37 64 25
Octal 273 253 0 0 11 144 33 67 144 45
Binary 10111011 10101011 0 0 1001 1100100 11011 110111 1100100 100101

Color Harmonies of #BBAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB00

Black with #BBAB00

Text Example


Text Example

White with #BBAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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