Html Css Color HEX #B5B918 La Rioja

📋 copy color: '#B5B918'

red 181 ◦ green 185 ◦ blue 24

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

Shades of La Rioja #B5B918

Tints of La Rioja #B5B918

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.44%

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

R = 46.41%
G = 47.44%
B = 6.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B5B918 (or 0xB5B918) is known color: La Rioja. HEX triplet: B5, B9 and 18. RGB value is (181,185,24). Sum of RGB (Red+Green+Blue) = 181+185+24=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B918 is #4A46E7. Grayscale: #A6A6A6. Windows color (decimal): -4867816 or 1620405. OLE color: 1620405.

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

Color convert

RGB 181 185 24 -
CMYK 0.02 0 0.87 0.27
HSL 61.49º 0.77% 0.41% -
HSV(B) 61.49º 0.87% 0.73% -
XYZ 36.57 44.59 7.54 -
YUV 165.45 48.17 139.09 -
System Red Green Blue C M Y K H S L
Decimal 181 185 24 0.02 0 0.87 0.27 61.49 0.77 0.41
Hex B5 B9 18 2 0 57 1B 3D 4D 29
Octal 265 271 30 2 0 127 33 75 115 51
Binary 10110101 10111001 11000 10 0 1010111 11011 111101 1001101 101001

Color Harmonies of #B5B918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B918

Black with #B5B918

Text Example


Text Example

White with #B5B918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B918; }

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

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

background-color css

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

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

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

border-color css

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

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

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