Html Css Color HEX #B5B500 La Rioja

📋 copy color: '#B5B500'

red 181 ◦ green 181 ◦ blue 0

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

Shades of La Rioja #B5B500

Tints of La Rioja #B5B500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B5B500 (or 0xB5B500) is known color: La Rioja. HEX triplet: B5, B5 and 00. RGB value is (181,181,0). Sum of RGB (Red+Green+Blue) = 181+181+0=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B500 is #4A4AFF. Grayscale: #A1A1A1. Windows color (decimal): -4868864 or 46517. OLE color: 46517.

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

Color convert

RGB 181 181 0 -
CMYK 0 0 1 0.29
HSL 60º 1% 0.35% -
HSV(B) 60º 1% 0.71% -
XYZ 35.58 42.87 6.4 -
YUV 160.37 37.5 142.72 -
System Red Green Blue C M Y K H S L
Decimal 181 181 0 0 0 1 0.29 60 1 0.35
Hex B5 B5 0 0 0 64 1D 3C 64 23
Octal 265 265 0 0 0 144 35 74 144 43
Binary 10110101 10110101 0 0 0 1100100 11101 111100 1100100 100011

Color Harmonies of #B5B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B500

Black with #B5B500

Text Example


Text Example

White with #B5B500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B500; }

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

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

background-color css

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

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

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

border-color css

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

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

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