Html Css Color HEX #B5B100 La Rioja

📋 copy color: '#B5B100'

red 181 ◦ green 177 ◦ blue 0

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

Shades of La Rioja #B5B100

Tints of La Rioja #B5B100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.44%

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

R = 50.56%
G = 49.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B5B100 (or 0xB5B100) is known color: La Rioja. HEX triplet: B5, B1 and 00. RGB value is (181,177,0). Sum of RGB (Red+Green+Blue) = 181+177+0=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B100 is #4A4EFF. Grayscale: #9E9E9E. Windows color (decimal): -4869888 or 45493. OLE color: 45493.

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

Color convert

RGB 181 177 0 -
CMYK 0 0.02 1 0.29
HSL 58.67º 1% 0.35% -
HSV(B) 58.67º 1% 0.71% -
XYZ 34.78 41.27 6.13 -
YUV 158.02 38.83 144.39 -
System Red Green Blue C M Y K H S L
Decimal 181 177 0 0 0.02 1 0.29 58.67 1 0.35
Hex B5 B1 0 0 2 64 1D 3B 64 23
Octal 265 261 0 0 2 144 35 73 144 43
Binary 10110101 10110001 0 0 10 1100100 11101 111011 1100100 100011

Color Harmonies of #B5B100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B100

Black with #B5B100

Text Example


Text Example

White with #B5B100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B100; }

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

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

background-color css

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

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

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

border-color css

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

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

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