Html Css Color HEX #B3C50C La Rioja

📋 copy color: '#B3C50C'

red 179 ◦ green 197 ◦ blue 12

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

Shades of La Rioja #B3C50C

Tints of La Rioja #B3C50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.09%

R = 46.13%
G = 50.77%
B = 3.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#B3C50C (or 0xB3C50C) is known color: La Rioja. HEX triplet: B3, C5 and 0C. RGB value is (179,197,12). Sum of RGB (Red+Green+Blue) = 179+197+12=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C50C is #4C3AF3. Grayscale: #ABABAB. Windows color (decimal): -4995828 or 837043. OLE color: 837043.

HSL color Cylindrical-coordinate representation of color #B3C50C: hue angle of 65.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3C50C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 197 12 -
CMYK 0.09 0 0.94 0.23
HSL 65.84º 0.89% 0.41% -
HSV(B) 65.84º 0.94% 0.77% -
XYZ 38.62 49.54 7.87 -
YUV 170.53 38.54 134.04 -
System Red Green Blue C M Y K H S L
Decimal 179 197 12 0.09 0 0.94 0.23 65.84 0.89 0.41
Hex B3 C5 C 9 0 5E 17 42 59 29
Octal 263 305 14 11 0 136 27 102 131 51
Binary 10110011 11000101 1100 1001 0 1011110 10111 1000010 1011001 101001

Color Harmonies of #B3C50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C50C

Black with #B3C50C

Text Example


Text Example

White with #B3C50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C50C; }

 p { color: rgb(179,197,12); }

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

background-color css

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

 a { background-color: rgb(179,197,12); }

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

border-color css

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

 span { border-color: rgb(179,197,12); }

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