Html Css Color HEX #B2C503 La Rioja

📋 copy color: '#B2C503'

red 178 ◦ green 197 ◦ blue 3

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

Shades of La Rioja #B2C503

Tints of La Rioja #B2C503

RGB

 RED value IS 178 (69.92% from 255) = 47.09%

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

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

R = 47.09%
G = 52.12%
B = 0.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#B2C503 (or 0xB2C503) is known color: La Rioja. HEX triplet: B2, C5 and 03. RGB value is (178,197,3). Sum of RGB (Red+Green+Blue) = 178+197+3=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C503 is #4D3AFC. Grayscale: #A9A9A9. Windows color (decimal): -5061373 or 247218. OLE color: 247218.

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

Color convert

RGB 178 197 3 -
CMYK 0.10 0 0.98 0.23
HSL 65.88º 0.97% 0.39% -
HSV(B) 65.88º 0.98% 0.77% -
XYZ 38.34 49.4 7.6 -
YUV 169.2 34.21 134.27 -
System Red Green Blue C M Y K H S L
Decimal 178 197 3 0.10 0 0.98 0.23 65.88 0.97 0.39
Hex B2 C5 3 A 0 62 17 42 61 27
Octal 262 305 3 12 0 142 27 102 141 47
Binary 10110010 11000101 11 1010 0 1100010 10111 1000010 1100001 100111

Color Harmonies of #B2C503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C503

Black with #B2C503

Text Example


Text Example

White with #B2C503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C503; }

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

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

background-color css

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

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

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

border-color css

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

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

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