Html Css Color HEX #B0C503 La Rioja

📋 copy color: '#B0C503'

red 176 ◦ green 197 ◦ blue 3

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

Shades of La Rioja #B0C503

Tints of La Rioja #B0C503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 46.81%
G = 52.39%
B = 0.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#B0C503 (or 0xB0C503) is known color: La Rioja. HEX triplet: B0, C5 and 03. RGB value is (176,197,3). Sum of RGB (Red+Green+Blue) = 176+197+3=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C503 is #4F3AFC. Grayscale: #A9A9A9. Windows color (decimal): -5192445 or 247216. OLE color: 247216.

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

Color convert

RGB 176 197 3 -
CMYK 0.11 0 0.98 0.23
HSL 66.49º 0.97% 0.39% -
HSV(B) 66.49º 0.98% 0.77% -
XYZ 37.89 49.17 7.58 -
YUV 168.61 34.54 133.27 -
System Red Green Blue C M Y K H S L
Decimal 176 197 3 0.11 0 0.98 0.23 66.49 0.97 0.39
Hex B0 C5 3 B 0 62 17 42 61 27
Octal 260 305 3 13 0 142 27 102 141 47
Binary 10110000 11000101 11 1011 0 1100010 10111 1000010 1100001 100111

Color Harmonies of #B0C503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C503

Black with #B0C503

Text Example


Text Example

White with #B0C503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C503; }

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

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

background-color css

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

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

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

border-color css

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

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

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