Html Css Color HEX #B5C210 La Rioja

📋 copy color: '#B5C210'

red 181 ◦ green 194 ◦ blue 16

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

Shades of La Rioja #B5C210

Tints of La Rioja #B5C210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.62%

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

R = 46.29%
G = 49.62%
B = 4.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#B5C210 (or 0xB5C210) is known color: La Rioja. HEX triplet: B5, C2 and 10. RGB value is (181,194,16). Sum of RGB (Red+Green+Blue) = 181+194+16=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C210 is #4A3DEF. Grayscale: #AAAAAA. Windows color (decimal): -4865520 or 1098421. OLE color: 1098421.

HSL color Cylindrical-coordinate representation of color #B5C210: hue angle of 64.38º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5C210 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 194 16 -
CMYK 0.07 0 0.92 0.24
HSL 64.38º 0.85% 0.41% -
HSV(B) 64.38º 0.92% 0.76% -
XYZ 38.44 48.44 7.81 -
YUV 169.82 41.19 135.97 -
System Red Green Blue C M Y K H S L
Decimal 181 194 16 0.07 0 0.92 0.24 64.38 0.85 0.41
Hex B5 C2 10 7 0 5C 18 40 55 29
Octal 265 302 20 7 0 134 30 100 125 51
Binary 10110101 11000010 10000 111 0 1011100 11000 1000000 1010101 101001

Color Harmonies of #B5C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C210

Black with #B5C210

Text Example


Text Example

White with #B5C210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C210; }

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

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

background-color css

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

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

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

border-color css

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

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

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