Html Css Color HEX #B1BA05 La Rioja

📋 copy color: '#B1BA05'

red 177 ◦ green 186 ◦ blue 5

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

Shades of La Rioja #B1BA05

Tints of La Rioja #B1BA05

RGB

 RED value IS 177 (69.53% from 255) = 48.1%

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

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 48.1%
G = 50.54%
B = 1.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B1BA05 (or 0xB1BA05) is known color: La Rioja. HEX triplet: B1, BA and 05. RGB value is (177,186,5). Sum of RGB (Red+Green+Blue) = 177+186+5=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BA05 is #4E45FA. Grayscale: #A3A3A3. Windows color (decimal): -5129723 or 375473. OLE color: 375473.

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

Color convert

RGB 177 186 5 -
CMYK 0.05 0 0.97 0.27
HSL 62.98º 0.95% 0.37% -
HSV(B) 62.98º 0.97% 0.73% -
XYZ 35.72 44.48 6.85 -
YUV 162.68 39.02 138.22 -
System Red Green Blue C M Y K H S L
Decimal 177 186 5 0.05 0 0.97 0.27 62.98 0.95 0.37
Hex B1 BA 5 5 0 61 1B 3F 5F 25
Octal 261 272 5 5 0 141 33 77 137 45
Binary 10110001 10111010 101 101 0 1100001 11011 111111 1011111 100101

Color Harmonies of #B1BA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA05

Black with #B1BA05

Text Example


Text Example

White with #B1BA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA05; }

 p { color: rgb(177,186,5); }

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

background-color css

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

 a { background-color: rgb(177,186,5); }

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

border-color css

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

 span { border-color: rgb(177,186,5); }

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