Html Css Color HEX #B5BA18 La Rioja

📋 copy color: '#B5BA18'

red 181 ◦ green 186 ◦ blue 24

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

Shades of La Rioja #B5BA18

Tints of La Rioja #B5BA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.14%

R = 46.29%
G = 47.57%
B = 6.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B5BA18 (or 0xB5BA18) is known color: La Rioja. HEX triplet: B5, BA and 18. RGB value is (181,186,24). Sum of RGB (Red+Green+Blue) = 181+186+24=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BA18 is #4A45E7. Grayscale: #A6A6A6. Windows color (decimal): -4867560 or 1620661. OLE color: 1620661.

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

Color convert

RGB 181 186 24 -
CMYK 0.03 0 0.87 0.27
HSL 61.85º 0.77% 0.41% -
HSV(B) 61.85º 0.87% 0.73% -
XYZ 36.78 45.01 7.61 -
YUV 166.04 47.84 138.67 -
System Red Green Blue C M Y K H S L
Decimal 181 186 24 0.03 0 0.87 0.27 61.85 0.77 0.41
Hex B5 BA 18 3 0 57 1B 3E 4D 29
Octal 265 272 30 3 0 127 33 76 115 51
Binary 10110101 10111010 11000 11 0 1010111 11011 111110 1001101 101001

Color Harmonies of #B5BA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA18

Black with #B5BA18

Text Example


Text Example

White with #B5BA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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