Html Css Color HEX #B5BA01 La Rioja

📋 copy color: '#B5BA01'

red 181 ◦ green 186 ◦ blue 1

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

Shades of La Rioja #B5BA01

Tints of La Rioja #B5BA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 49.18%
G = 50.54%
B = 0.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B5BA01 (or 0xB5BA01) is known color: La Rioja. HEX triplet: B5, BA and 01. RGB value is (181,186,1). Sum of RGB (Red+Green+Blue) = 181+186+1=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BA01 is #4A45FE. Grayscale: #A4A4A4. Windows color (decimal): -4867583 or 113333. OLE color: 113333.

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

Color convert

RGB 181 186 1 -
CMYK 0.03 0 0.99 0.27
HSL 61.62º 0.99% 0.37% -
HSV(B) 61.62º 0.99% 0.73% -
XYZ 36.62 44.94 6.77 -
YUV 163.42 36.34 140.54 -
System Red Green Blue C M Y K H S L
Decimal 181 186 1 0.03 0 0.99 0.27 61.62 0.99 0.37
Hex B5 BA 1 3 0 63 1B 3E 63 25
Octal 265 272 1 3 0 143 33 76 143 45
Binary 10110101 10111010 1 11 0 1100011 11011 111110 1100011 100101

Color Harmonies of #B5BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA01

Black with #B5BA01

Text Example


Text Example

White with #B5BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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