Html Css Color HEX #B5BA00 La Rioja

📋 copy color: '#B5BA00'

red 181 ◦ green 186 ◦ blue 0

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

Shades of La Rioja #B5BA00

Tints of La Rioja #B5BA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.68%

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

R = 49.32%
G = 50.68%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B5BA00 (or 0xB5BA00) is known color: La Rioja. HEX triplet: B5, BA and 00. RGB value is (181,186,0). Sum of RGB (Red+Green+Blue) = 181+186+0=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BA00 is #4A45FF. Grayscale: #A4A4A4. Windows color (decimal): -4867584 or 47797. OLE color: 47797.

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

Color convert

RGB 181 186 0 -
CMYK 0.03 0 1 0.27
HSL 61.61º 1% 0.36% -
HSV(B) 61.61º 1% 0.73% -
XYZ 36.61 44.94 6.74 -
YUV 163.3 35.84 140.62 -
System Red Green Blue C M Y K H S L
Decimal 181 186 0 0.03 0 1 0.27 61.61 1 0.36
Hex B5 BA 0 3 0 64 1B 3E 64 24
Octal 265 272 0 3 0 144 33 76 144 44
Binary 10110101 10111010 0 11 0 1100100 11011 111110 1100100 100100

Color Harmonies of #B5BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA00

Black with #B5BA00

Text Example


Text Example

White with #B5BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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