Html Css Color HEX #B5BC13 La Rioja

📋 copy color: '#B5BC13'

red 181 ◦ green 188 ◦ blue 19

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

Shades of La Rioja #B5BC13

Tints of La Rioja #B5BC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.9%

R = 46.65%
G = 48.45%
B = 4.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#B5BC13 (or 0xB5BC13) is known color: La Rioja. HEX triplet: B5, BC and 13. RGB value is (181,188,19). Sum of RGB (Red+Green+Blue) = 181+188+19=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BC13 is #4A43EC. Grayscale: #A7A7A7. Windows color (decimal): -4867053 or 1293493. OLE color: 1293493.

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

Color convert

RGB 181 188 19 -
CMYK 0.04 0 0.90 0.26
HSL 62.49º 0.82% 0.41% -
HSV(B) 62.49º 0.9% 0.74% -
XYZ 37.16 45.84 7.51 -
YUV 166.64 44.68 138.24 -
System Red Green Blue C M Y K H S L
Decimal 181 188 19 0.04 0 0.90 0.26 62.49 0.82 0.41
Hex B5 BC 13 4 0 5A 1A 3E 52 29
Octal 265 274 23 4 0 132 32 76 122 51
Binary 10110101 10111100 10011 100 0 1011010 11010 111110 1010010 101001

Color Harmonies of #B5BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC13

Black with #B5BC13

Text Example


Text Example

White with #B5BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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