Html Css Color HEX #B5B900 La Rioja

📋 copy color: '#B5B900'

red 181 ◦ green 185 ◦ blue 0

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

Shades of La Rioja #B5B900

Tints of La Rioja #B5B900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.55%

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

R = 49.45%
G = 50.55%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B5B900 (or 0xB5B900) is known color: La Rioja. HEX triplet: B5, B9 and 00. RGB value is (181,185,0). Sum of RGB (Red+Green+Blue) = 181+185+0=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B900 is #4A46FF. Grayscale: #A3A3A3. Windows color (decimal): -4867840 or 47541. OLE color: 47541.

HSL color Cylindrical-coordinate representation of color #B5B900: hue angle of 61.3º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5B900 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 185 0 -
CMYK 0.02 0 1 0.27
HSL 61.3º 1% 0.36% -
HSV(B) 61.3º 1% 0.73% -
XYZ 36.41 44.52 6.67 -
YUV 162.71 36.17 141.04 -
System Red Green Blue C M Y K H S L
Decimal 181 185 0 0.02 0 1 0.27 61.3 1 0.36
Hex B5 B9 0 2 0 64 1B 3D 64 24
Octal 265 271 0 2 0 144 33 75 144 44
Binary 10110101 10111001 0 10 0 1100100 11011 111101 1100100 100100

Color Harmonies of #B5B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B900

Black with #B5B900

Text Example


Text Example

White with #B5B900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B900; }

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

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

background-color css

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

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

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

border-color css

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

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

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