Html Css Color HEX #B5BC16 La Rioja

📋 copy color: '#B5BC16'

red 181 ◦ green 188 ◦ blue 22

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

Shades of La Rioja #B5BC16

Tints of La Rioja #B5BC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.08%

 BLUE value IS 22 (8.98% from 255) = 5.63%

R = 46.29%
G = 48.08%
B = 5.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#B5BC16 (or 0xB5BC16) is known color: La Rioja. HEX triplet: B5, BC and 16. RGB value is (181,188,22). Sum of RGB (Red+Green+Blue) = 181+188+22=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BC16 is #4A43E9. Grayscale: #A7A7A7. Windows color (decimal): -4867050 or 1490101. OLE color: 1490101.

HSL color Cylindrical-coordinate representation of color #B5BC16: hue angle of 62.53º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5BC16 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 188 22 -
CMYK 0.04 0 0.88 0.26
HSL 62.53º 0.79% 0.41% -
HSV(B) 62.53º 0.88% 0.74% -
XYZ 37.18 45.85 7.65 -
YUV 166.98 46.18 138 -
System Red Green Blue C M Y K H S L
Decimal 181 188 22 0.04 0 0.88 0.26 62.53 0.79 0.41
Hex B5 BC 16 4 0 58 1A 3F 4F 29
Octal 265 274 26 4 0 130 32 77 117 51
Binary 10110101 10111100 10110 100 0 1011000 11010 111111 1001111 101001

Color Harmonies of #B5BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC16

Black with #B5BC16

Text Example


Text Example

White with #B5BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC16; }

 p { color: rgb(181,188,22); }

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

background-color css

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

 a { background-color: rgb(181,188,22); }

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

border-color css

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

 span { border-color: rgb(181,188,22); }

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