Html Css Color HEX #B0C500 La Rioja

📋 copy color: '#B0C500'

red 176 ◦ green 197 ◦ blue 0

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

Shades of La Rioja #B0C500

Tints of La Rioja #B0C500

RGB

 RED value IS 176 (69.14% from 255) = 47.18%

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

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

R = 47.18%
G = 52.82%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#B0C500 (or 0xB0C500) is known color: La Rioja. HEX triplet: B0, C5 and 00. RGB value is (176,197,0). Sum of RGB (Red+Green+Blue) = 176+197+0=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C500 is #4F3AFF. Grayscale: #A9A9A9. Windows color (decimal): -5192448 or 50608. OLE color: 50608.

HSL color Cylindrical-coordinate representation of color #B0C500: hue angle of 66.4º 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 #B0C500 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 197 0 -
CMYK 0.11 0 1 0.23
HSL 66.4º 1% 0.39% -
HSV(B) 66.4º 1% 0.77% -
XYZ 37.87 49.16 7.49 -
YUV 168.26 33.04 133.52 -
System Red Green Blue C M Y K H S L
Decimal 176 197 0 0.11 0 1 0.23 66.4 1 0.39
Hex B0 C5 0 B 0 64 17 42 64 27
Octal 260 305 0 13 0 144 27 102 144 47
Binary 10110000 11000101 0 1011 0 1100100 10111 1000010 1100100 100111

Color Harmonies of #B0C500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C500

Black with #B0C500

Text Example


Text Example

White with #B0C500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C500; }

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

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

background-color css

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

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

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

border-color css

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

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

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