Html Css Color HEX #B5BC10 La Rioja

📋 copy color: '#B5BC10'

red 181 ◦ green 188 ◦ blue 16

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

Shades of La Rioja #B5BC10

Tints of La Rioja #B5BC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.16%

R = 47.01%
G = 48.83%
B = 4.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#B5BC10 (or 0xB5BC10) is known color: La Rioja. HEX triplet: B5, BC and 10. RGB value is (181,188,16). Sum of RGB (Red+Green+Blue) = 181+188+16=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BC10 is #4A43EF. Grayscale: #A6A6A6. Windows color (decimal): -4867056 or 1096885. OLE color: 1096885.

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

Color convert

RGB 181 188 16 -
CMYK 0.04 0 0.91 0.26
HSL 62.44º 0.84% 0.4% -
HSV(B) 62.44º 0.91% 0.74% -
XYZ 37.13 45.83 7.38 -
YUV 166.3 43.18 138.49 -
System Red Green Blue C M Y K H S L
Decimal 181 188 16 0.04 0 0.91 0.26 62.44 0.84 0.4
Hex B5 BC 10 4 0 5B 1A 3E 54 28
Octal 265 274 20 4 0 133 32 76 124 50
Binary 10110101 10111100 10000 100 0 1011011 11010 111110 1010100 101000

Color Harmonies of #B5BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC10

Black with #B5BC10

Text Example


Text Example

White with #B5BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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