Html Css Color HEX #B5C410 La Rioja

📋 copy color: '#B5C410'

red 181 ◦ green 196 ◦ blue 16

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

Shades of La Rioja #B5C410

Tints of La Rioja #B5C410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.87%

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

R = 46.06%
G = 49.87%
B = 4.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#B5C410 (or 0xB5C410) is known color: La Rioja. HEX triplet: B5, C4 and 10. RGB value is (181,196,16). Sum of RGB (Red+Green+Blue) = 181+196+16=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C410 is #4A3BEF. Grayscale: #ABABAB. Windows color (decimal): -4865008 or 1098933. OLE color: 1098933.

HSL color Cylindrical-coordinate representation of color #B5C410: hue angle of 65º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5C410 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 196 16 -
CMYK 0.08 0 0.92 0.23
HSL 65º 0.85% 0.42% -
HSV(B) 65º 0.92% 0.77% -
XYZ 38.89 49.34 7.96 -
YUV 171 40.53 135.14 -
System Red Green Blue C M Y K H S L
Decimal 181 196 16 0.08 0 0.92 0.23 65 0.85 0.42
Hex B5 C4 10 8 0 5C 17 41 55 2A
Octal 265 304 20 10 0 134 27 101 125 52
Binary 10110101 11000100 10000 1000 0 1011100 10111 1000001 1010101 101010

Color Harmonies of #B5C410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C410

Black with #B5C410

Text Example


Text Example

White with #B5C410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C410; }

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

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

background-color css

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

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

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

border-color css

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

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

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