Html Css Color HEX #B5C010 La Rioja

📋 copy color: '#B5C010'

red 181 ◦ green 192 ◦ blue 16

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

Shades of La Rioja #B5C010

Tints of La Rioja #B5C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.36%

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

R = 46.53%
G = 49.36%
B = 4.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#B5C010 (or 0xB5C010) is known color: La Rioja. HEX triplet: B5, C0 and 10. RGB value is (181,192,16). Sum of RGB (Red+Green+Blue) = 181+192+16=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C010 is #4A3FEF. Grayscale: #A9A9A9. Windows color (decimal): -4866032 or 1097909. OLE color: 1097909.

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

Color convert

RGB 181 192 16 -
CMYK 0.06 0 0.92 0.25
HSL 63.75º 0.85% 0.41% -
HSV(B) 63.75º 0.92% 0.75% -
XYZ 38 47.56 7.67 -
YUV 168.65 41.86 136.81 -
System Red Green Blue C M Y K H S L
Decimal 181 192 16 0.06 0 0.92 0.25 63.75 0.85 0.41
Hex B5 C0 10 6 0 5C 19 40 55 29
Octal 265 300 20 6 0 134 31 100 125 51
Binary 10110101 11000000 10000 110 0 1011100 11001 1000000 1010101 101001

Color Harmonies of #B5C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C010

Black with #B5C010

Text Example


Text Example

White with #B5C010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C010; }

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

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

background-color css

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

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

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

border-color css

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

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

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