#b3b70c

Color #B3B70C La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B3B70C

Tints of La Rioja #B3B70C

Color information

#B3B70C (or 0xB3B70C) is unknown color: approx La Rioja. HEX triplet: B3, B7 and 0C. RGB value is (179,183,12). Sum of RGB (Red+Green+Blue) = 179+183+12=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B70C is #4C48F3. Grayscale: #A2A2A2. Windows color (decimal): -4999412 or 833459. OLE color: 833459.

HSL color Cylindrical-coordinate representation of color #B3B70C: hue angle of 61.4º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3B70C is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB17918312-
CMYK0.0200.930.28
HSL61.4º87.69%38.24%-
HSV(B)61.4º93.44%71.76%-
XYZ35.5943.486.86-
YUV162.3143.17139.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.86%
GREEN value IS 183 (71.88% from 255) = 48.93%
BLUE value IS 12 (5.08% from 255) = 3.21%
R=47.86%
G=48.93%
B=3.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179183120.0200.930.2861.487.6938.24
HexB3B7C205D1C3d5826
Octal2632671420135347513046
Binary101100111011011111001001011101111001111011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3b70c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3b70c; }

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

 H1.HeaderClassName
 {
   color: #b3b70c;
 }
 .AnyTagClassName
 {
   color: #b3b70c;
 }
</style>
background-color css

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

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

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

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

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

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