Html Css Color HEX #B5BF00 La Rioja

📋 copy color: '#B5BF00'

red 181 ◦ green 191 ◦ blue 0

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

Shades of La Rioja #B5BF00

Tints of La Rioja #B5BF00

RGB

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

 GREEN value IS 191 (75% from 255) = 51.34%

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

R = 48.66%
G = 51.34%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#B5BF00 (or 0xB5BF00) is known color: La Rioja. HEX triplet: B5, BF and 00. RGB value is (181,191,0). Sum of RGB (Red+Green+Blue) = 181+191+0=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BF00 is #4A40FF. Grayscale: #A6A6A6. Windows color (decimal): -4866304 or 49077. OLE color: 49077.

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

Color convert

RGB 181 191 0 -
CMYK 0.05 0 1 0.25
HSL 63.14º 1% 0.37% -
HSV(B) 63.14º 1% 0.75% -
XYZ 37.69 47.09 7.1 -
YUV 166.24 34.19 138.53 -
System Red Green Blue C M Y K H S L
Decimal 181 191 0 0.05 0 1 0.25 63.14 1 0.37
Hex B5 BF 0 5 0 64 19 3F 64 25
Octal 265 277 0 5 0 144 31 77 144 45
Binary 10110101 10111111 0 101 0 1100100 11001 111111 1100100 100101

Color Harmonies of #B5BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF00

Black with #B5BF00

Text Example


Text Example

White with #B5BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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