Html Css Color HEX #B5A600 La Rioja

📋 copy color: '#B5A600'

red 181 ◦ green 166 ◦ blue 0

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

Shades of La Rioja #B5A600

Tints of La Rioja #B5A600

RGB

 RED value IS 181 (71.09% from 255) = 52.16%

 GREEN value IS 166 (65.23% from 255) = 47.84%

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

R = 52.16%
G = 47.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B5A600 (or 0xB5A600) is known color: La Rioja. HEX triplet: B5, A6 and 00. RGB value is (181,166,0). Sum of RGB (Red+Green+Blue) = 181+166+0=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A600 is #4A59FF. Grayscale: #989898. Windows color (decimal): -4872704 or 42677. OLE color: 42677.

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

Color convert

RGB 181 166 0 -
CMYK 0 0.08 1 0.29
HSL 55.03º 1% 0.35% -
HSV(B) 55.03º 1% 0.71% -
XYZ 32.69 37.1 5.44 -
YUV 151.56 42.47 149 -
System Red Green Blue C M Y K H S L
Decimal 181 166 0 0 0.08 1 0.29 55.03 1 0.35
Hex B5 A6 0 0 8 64 1D 37 64 23
Octal 265 246 0 0 10 144 35 67 144 43
Binary 10110101 10100110 0 0 1000 1100100 11101 110111 1100100 100011

Color Harmonies of #B5A600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A600

Black with #B5A600

Text Example


Text Example

White with #B5A600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A600; }

 p { color: rgb(181,166,0); }

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

background-color css

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

 a { background-color: rgb(181,166,0); }

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

border-color css

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

 span { border-color: rgb(181,166,0); }

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