Html Css Color HEX #B5C506 La Rioja

📋 copy color: '#B5C506'

red 181 ◦ green 197 ◦ blue 6

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

Shades of La Rioja #B5C506

Tints of La Rioja #B5C506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.3%

 BLUE value IS 6 (2.73% from 255) = 1.56%

R = 47.14%
G = 51.3%
B = 1.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#B5C506 (or 0xB5C506) is known color: La Rioja. HEX triplet: B5, C5 and 06. RGB value is (181,197,6). Sum of RGB (Red+Green+Blue) = 181+197+6=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C506 is #4A3AF9. Grayscale: #ABABAB. Windows color (decimal): -4864762 or 443829. OLE color: 443829.

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

Color convert

RGB 181 197 6 -
CMYK 0.08 0 0.97 0.23
HSL 65.03º 0.94% 0.4% -
HSV(B) 65.03º 0.97% 0.77% -
XYZ 39.06 49.77 7.72 -
YUV 170.44 35.2 135.53 -
System Red Green Blue C M Y K H S L
Decimal 181 197 6 0.08 0 0.97 0.23 65.03 0.94 0.4
Hex B5 C5 6 8 0 61 17 41 5E 28
Octal 265 305 6 10 0 141 27 101 136 50
Binary 10110101 11000101 110 1000 0 1100001 10111 1000001 1011110 101000

Color Harmonies of #B5C506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C506

Black with #B5C506

Text Example


Text Example

White with #B5C506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C506; }

 p { color: rgb(181,197,6); }

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

background-color css

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

 a { background-color: rgb(181,197,6); }

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

border-color css

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

 span { border-color: rgb(181,197,6); }

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