Html Css Color HEX #B5BD10 La Rioja

📋 copy color: '#B5BD10'

red 181 ◦ green 189 ◦ blue 16

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

Shades of La Rioja #B5BD10

Tints of La Rioja #B5BD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.96%

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

R = 46.89%
G = 48.96%
B = 4.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#B5BD10 (or 0xB5BD10) is known color: La Rioja. HEX triplet: B5, BD and 10. RGB value is (181,189,16). Sum of RGB (Red+Green+Blue) = 181+189+16=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BD10 is #4A42EF. Grayscale: #A7A7A7. Windows color (decimal): -4866800 or 1097141. OLE color: 1097141.

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

Color convert

RGB 181 189 16 -
CMYK 0.04 0 0.92 0.26
HSL 62.77º 0.84% 0.4% -
HSV(B) 62.77º 0.92% 0.74% -
XYZ 37.35 46.26 7.45 -
YUV 166.89 42.85 138.07 -
System Red Green Blue C M Y K H S L
Decimal 181 189 16 0.04 0 0.92 0.26 62.77 0.84 0.4
Hex B5 BD 10 4 0 5C 1A 3F 54 28
Octal 265 275 20 4 0 134 32 77 124 50
Binary 10110101 10111101 10000 100 0 1011100 11010 111111 1010100 101000

Color Harmonies of #B5BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD10

Black with #B5BD10

Text Example


Text Example

White with #B5BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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