Html Css Color HEX #B6C500 La Rioja

📋 copy color: '#B6C500'

red 182 ◦ green 197 ◦ blue 0

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

Shades of La Rioja #B6C500

Tints of La Rioja #B6C500

RGB

 RED value IS 182 (71.48% from 255) = 48.02%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.02%
G = 51.98%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#B6C500 (or 0xB6C500) is known color: La Rioja. HEX triplet: B6, C5 and 00. RGB value is (182,197,0). Sum of RGB (Red+Green+Blue) = 182+197+0=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C500 is #493AFF. Grayscale: #AAAAAA. Windows color (decimal): -4799232 or 50614. OLE color: 50614.

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

Color convert

RGB 182 197 0 -
CMYK 0.08 0 1 0.23
HSL 64.57º 1% 0.39% -
HSV(B) 64.57º 1% 0.77% -
XYZ 39.26 49.88 7.56 -
YUV 170.06 32.03 136.52 -
System Red Green Blue C M Y K H S L
Decimal 182 197 0 0.08 0 1 0.23 64.57 1 0.39
Hex B6 C5 0 8 0 64 17 41 64 27
Octal 266 305 0 10 0 144 27 101 144 47
Binary 10110110 11000101 0 1000 0 1100100 10111 1000001 1100100 100111

Color Harmonies of #B6C500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C500

Black with #B6C500

Text Example


Text Example

White with #B6C500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C500; }

 p { color: rgb(182,197,0); }

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

background-color css

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

 a { background-color: rgb(182,197,0); }

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

border-color css

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

 span { border-color: rgb(182,197,0); }

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