Html Css Color HEX #B1A900 La Rioja

📋 copy color: '#B1A900'

red 177 ◦ green 169 ◦ blue 0

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

Shades of La Rioja #B1A900

Tints of La Rioja #B1A900

RGB

 RED value IS 177 (69.53% from 255) = 51.16%

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

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

R = 51.16%
G = 48.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B1A900 (or 0xB1A900) is known color: La Rioja. HEX triplet: B1, A9 and 00. RGB value is (177,169,0). Sum of RGB (Red+Green+Blue) = 177+169+0=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A900 is #4E56FF. Grayscale: #989898. Windows color (decimal): -5134080 or 43441. OLE color: 43441.

HSL color Cylindrical-coordinate representation of color #B1A900: hue angle of 57.29º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1A900 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 169 0 -
CMYK 0 0.05 1 0.31
HSL 57.29º 1% 0.35% -
HSV(B) 57.29º 1% 0.69% -
XYZ 32.32 37.72 5.58 -
YUV 152.13 42.15 145.74 -
System Red Green Blue C M Y K H S L
Decimal 177 169 0 0 0.05 1 0.31 57.29 1 0.35
Hex B1 A9 0 0 5 64 1F 39 64 23
Octal 261 251 0 0 5 144 37 71 144 43
Binary 10110001 10101001 0 0 101 1100100 11111 111001 1100100 100011

Color Harmonies of #B1A900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A900

Black with #B1A900

Text Example


Text Example

White with #B1A900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A900; }

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

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

background-color css

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

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

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

border-color css

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

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

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