Html Css Color HEX #B3C210 La Rioja

📋 copy color: '#B3C210'

red 179 ◦ green 194 ◦ blue 16

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

Shades of La Rioja #B3C210

Tints of La Rioja #B3C210

RGB

 RED value IS 179 (70.31% from 255) = 46.02%

 GREEN value IS 194 (76.17% from 255) = 49.87%

 BLUE value IS 16 (6.64% from 255) = 4.11%

R = 46.02%
G = 49.87%
B = 4.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#B3C210 (or 0xB3C210) is known color: La Rioja. HEX triplet: B3, C2 and 10. RGB value is (179,194,16). Sum of RGB (Red+Green+Blue) = 179+194+16=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C210 is #4C3DEF. Grayscale: #A9A9A9. Windows color (decimal): -4996592 or 1098419. OLE color: 1098419.

HSL color Cylindrical-coordinate representation of color #B3C210: hue angle of 65.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3C210 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 194 16 -
CMYK 0.08 0 0.92 0.24
HSL 65.06º 0.85% 0.41% -
HSV(B) 65.06º 0.92% 0.76% -
XYZ 37.98 48.2 7.79 -
YUV 169.22 41.53 134.97 -
System Red Green Blue C M Y K H S L
Decimal 179 194 16 0.08 0 0.92 0.24 65.06 0.85 0.41
Hex B3 C2 10 8 0 5C 18 41 55 29
Octal 263 302 20 10 0 134 30 101 125 51
Binary 10110011 11000010 10000 1000 0 1011100 11000 1000001 1010101 101001

Color Harmonies of #B3C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C210

Black with #B3C210

Text Example


Text Example

White with #B3C210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C210; }

 p { color: rgb(179,194,16); }

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

background-color css

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

 a { background-color: rgb(179,194,16); }

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

border-color css

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

 span { border-color: rgb(179,194,16); }

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